Features
- #260
sslocal
supportshttps
protocol (HTTP Proxy over TLS) - #263 UDP Associations
connect()
to proxies' IP to avoid re-resolving domain names for every packets - #233
sslocal
supportssocks4
protocol (SOCKS4/4a) - Options for LRU cache in UDP relay:
udp_timeout
: UDP Association will be kept up to this duration (in seconds)udp_max_associations
: Maximum number of UDP Associations will be kept simutanously
BUG Fixed
- Removed unnecessary UDP socket wake ups
- Expired Associations will be cleaned by a separated task
BREAKING Changes
- Manager's configurations are now wrapped into
ManagerConfig
timeout
field inConfig
is removed inflavoredtimeout
inServerConfig
- DNS resolving timeout is using the default configuration (5 seconds for most cases)
- Bypassing TCP streams won't timeout