Skip to content

v1.8.12

Compare
Choose a tag to compare
@zonyitoo zonyitoo released this 01 Jun 15:58
· 1373 commits to master since this release

Features

  • #260 sslocal supports https protocol (HTTP Proxy over TLS)
  • #263 UDP Associations connect() to proxies' IP to avoid re-resolving domain names for every packets
  • #233 sslocal supports socks4 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 in Config is removed inflavored timeout in ServerConfig
    • DNS resolving timeout is using the default configuration (5 seconds for most cases)
    • Bypassing TCP streams won't timeout