Documentation ¶
Overview ¶
Package internal contains all the actual logic of the project.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶ added in v0.0.5
type Configuration struct { // IfaceName if the wireguard interface we are managing. IfaceName string `yaml:"ifaceName"` // Peers is the set of peers this node wants to communicate with. Peers []peer.Peer `yaml:"peers"` // contains filtered or unexported fields }
Configuration is the unmarshalled form of the configuration file and contains all information of this node that are required for wgpeer.
Directories ¶
Path | Synopsis |
---|---|
Package netlink contains code that interacts with the generic linux netlink.
|
Package netlink contains code that interacts with the generic linux netlink. |
Package peer handles the matching of data in this project.
|
Package peer handles the matching of data in this project. |
Click to show internal directories.
Click to hide internal directories.