Module: Tox::ProxyType

Defined in:
lib/tox/proxy_type.rb

Overview

Type of proxy used to connect to TCP relays.

Constant Summary collapse

NONE =

Don't use a proxy.

:none
HTTP =

HTTP proxy using CONNECT.

:http
SOCKS5 =

SOCKS proxy for simple socket pipes.

:socks5