Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = Config{ Enabled: false, Routes: []Route{}, }
DefaultConfig is the default configuration for Lite mode.
Functions ¶
This section is empty.
Types ¶
type Route ¶
type Route struct { Host configutil.SingleOrMulti[string] Backend configutil.SingleOrMulti[string] ProxyProtocol bool RealIP bool }
Click to show internal directories.
Click to hide internal directories.