Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DriverName specifies name of WireGuard VPN backend driver. DriverName = "wireguard" // PublicKey is name (key) of publicKey entry in back-end map. PublicKey = "publicKey" // KeepAliveInterval to use for wg peers. KeepAliveInterval = 5 * time.Second // DeviceName specifies name of WireGuard network device. DeviceName = "raven-wg0" // DefaultListenPort specifies port of WireGuard listened. DefaultListenPort = 4500 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.