ToxCore.ProxyType – toxcore Reference Manual
Packages
toxcore
ToxCore
ProxyType
HTTP
NONE
SOCKS5
ProxyType
Description:
public
enum
ProxyType
Type of proxy used to connect to TCP relays.
Namespace:
ToxCore
Package:
toxcore
Content:
Enum values:
HTTP
-
HTTP proxy using CONNECT.
NONE
-
Don't use a proxy.
SOCKS5
-
SOCKS proxy for simple socket pipes.