class Socks::Server

Defined in:

socks/server.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(listen_host : String, listen_port : Int32, debug : Bool = true) #

[View source]

Instance Method Detail

def auth(client) #

[View source]
def handle(client) #

[View source]
def run #

[View source]
def stop! #

[View source]