modulepackage
0.0.2
Repository: https://github.com/wzshiming/permuteproxy.git
Documentation: pkg.go.dev
# README
Permute Proxy
Permute Proxy is a permuting proxy engine that combines multiple protocols into a single proxy protocol.
This project is to add protocol support for the Bridge, or it can be used alone
The following is the implementation of other proxy protocols
License
Licensed under the MIT License. See LICENSE for the full license text.
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Interfaces
CommandDialer contains options for connecting to an address with command.
CommandDialerWrapper wraps a CommandDialer with additional options.
DialConn wraps a net.Conn with additional options.
Dialer contains options for connecting to an address.
DialerWrapper wraps a Dialer with additional options.
ListenConfig contains options for listening to an address.
ListenConfigWrapper wraps a ListenConfig with additional options.
ListenConn wraps a net.Conn with additional options.
ListenPacketConfig contains options for listening to an address.
ListenPacketConfigWrapper wraps a ListenPacketConfig with additional options.
NewRunner creates a new Runner.
Runner is a runner.
# Type aliases
No description provided by the author
CommandDialerWrapperFunc type is an adapter for CommandDialerWrapper.
CommandDialFunc type is an adapter for Dialer with command.
No description provided by the author
DialConnFunc type is an adapter for DialConn.
DialerFunc type is an adapter for Dialer.
DialerWrapperFunc type is an adapter for DialerWrapper.
ListenConfigFunc type is an adapter for ListenConfig.
ListenConfigWrapperFunc type is an adapter for ListenConfigWrapper.
ListenConnFunc type is an adapter for ListenConn.
No description provided by the author
ListenPacketConfigFunc type is an adapter for ListenPacketConfig.
ListenPacketConfigWrapperFunc type is an adapter for ListenPacketConfigWrapper.
No description provided by the author
NewRunnerFunc type is an adapter for NewRunner.
No description provided by the author