Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { DryRun bool `json:"DRY_RUN"` ProxyUID string `json:"PROXY_UID"` ProxyGID string `json:"PROXY_GID"` RedirectDNS bool `json:"REDIRECT_DNS"` DNSServersV4 []string `json:"DNS_SERVERS_V4"` DNSServersV6 []string `json:"DNS_SERVERS_V6"` CaptureAllDNS bool `json:"CAPTURE_ALL_DNS"` OwnerGroupsInclude string `json:"OUTBOUND_OWNER_GROUPS_INCLUDE"` OwnerGroupsExclude string `json:"OUTBOUND_OWNER_GROUPS_EXCLUDE"` }
Command line options nolint: maligned
Click to show internal directories.
Click to hide internal directories.