# Functions
ConnectServer connects to the server with the given address.
No description provided by the author
DiscoverGateway returns the local gateway IP address.
ExecCmd executes the given command.
No description provided by the author
GetDefaultHttpResponse returns the default http response.
GetDstKey returns the destination key of the packets.
GetInterface returns the name of interface.
GetIPv4Dst returns the IPv4 destination address of the packet.
GetIPv4Src returns the IPv4 source address of the packet.
GetIPv6Dst returns the IPv6 destination address of the packet.
GetIPv6Src returns the IPv6 source address of the packet.
GetSrcKey returns the source key of the packet.
IsIPv4 returns true if the packet is IPv4s.
IsIPv6 returns true if the packet is IPv6s.
LookupIP Lookup IP address of the given hostname.
LookupServerAddrIP returns the IP of server address.
PrintErr returns the error log.
PrintErrF returns the error log.
PrintStats returns the stats info.
# Structs
No description provided by the author