# Functions
ModuleTunIsLoaded check if tun module exist, if is not attempt to load it.
No description provided by the author
No description provided by the author
No description provided by the author
ParseWGAddress parse a string ("1.2.3.4/24") address to WG Address.
WireGuardModuleIsLoaded check if we can load WireGuard mod (linux only).
# Variables
CustomWindowsGUIDString is a custom GUID string for the interface.
ErrModuleNotFound is the error resulting if a module can't be found.
# Structs
FilteredDevice to override Read or Write of packets.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WGAddress WireGuard parsed address.
# Interfaces
PacketFilter interface for firewall abilities.
TunAdapter is an interface for create tun device from external service.
No description provided by the author