Documentation ¶
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. Needs to be NewPlugin. PluginNewSymbolName = "New" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
Package internal is responsible for bootstrapping wallhack and run it.
|
Package internal is responsible for bootstrapping wallhack and run it. |
bridge
Package bridge is responsible for bridging linux tuns over network connections.
|
Package bridge is responsible for bridging linux tuns over network connections. |
client
Package client provides wallhack client mode.
|
Package client provides wallhack client mode. |
server
Package server is running wallhack in server mode.
|
Package server is running wallhack in server mode. |
server/listener
Package listener handles TLS ALPN routing magic.
|
Package listener handles TLS ALPN routing magic. |
Click to show internal directories.
Click to hide internal directories.