Documentation
¶
Index ¶
- type RpcClient
- func (rpc *RpcClient) AddIdent(lport int, rport int, username string, iface string)
- func (rpc *RpcClient) Connect(serverAddress string) error
- func (rpc *RpcClient) ConnectAndReconnect(serverAddress string)
- func (rpc *RpcClient) RemoveIdent(lport int, rport int, username string, iface string)
- func (rpc *RpcClient) Write(line string) error
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RpcClient ¶
func MakeRpcClient ¶
func (*RpcClient) ConnectAndReconnect ¶
func (*RpcClient) RemoveIdent ¶
type Server ¶
Server - An IdentD server
func NewIdentdServer ¶
func NewIdentdServer() Server
NewIdentdServer - Create a new IdentdServer instance
func (*Server) ListenForRequests ¶
ListenForRequests - Listen on a net.Listener for ident lookups
func (*Server) RemoveIdent ¶
RemoveIdent - Remove an ident from being looked up
Click to show internal directories.
Click to hide internal directories.