class SocksTunnel::CLI

Public Instance Methods

local() click to toggle source
# File lib/socks_tunnel/cli.rb, line 12
def local
  Config.from(options)
  Local.run
end
remote() click to toggle source
# File lib/socks_tunnel/cli.rb, line 21
def remote
  Config.from(options)
  Remote.run
end