Documentation ¶
Overview ¶
Common WireGuard types and constants
Index ¶
Constants ¶
View Source
const ( // ListenPort is the port on which the WireGuard tunnel device listens on ListenPort = 51871 // IfaceName is the name of the WireGuard tunnel device IfaceName = "cilium_wg0" // PrivKeyFilename is the name of the WireGuard private key file PrivKeyFilename = "cilium_wg0.key" // StaticEncryptKey is used in the IPCache to mark entries for which we // want to enable WireGuard encryption StaticEncryptKey = uint8(0xFF) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.