Documentation ¶
Overview ¶
Package server is running wallhack in server mode. It listens on a listener given by systemd and attempts to attach tun interfaces identified by the certificate of connecting clients. It then streams frames between the connection and the tun.
Index ¶
Constants ¶
View Source
const ( // PluginPathEnvName is the environment name that contains the path to a go plugin that is loaded by wallhack // for serving extra stuff. PluginPathEnvName = "WALLHACK_PLUGIN_PATH" // PluginNewSymbolName is the name of the symbol within the plugin that is responsible for // returning the Plugin interface. PluginNewSymbolName = "New" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.