Releases: shadowsocks/shadowsocks-rust
Releases · shadowsocks/shadowsocks-rust
v1.7.0-alpha.4
- #100 Migrated to Tokio Runtime.
- #105 Fixed "Too many open files" in UDP relay.
- Implemented a new ssdns server, which can serve as a DNS server and proxy DNS queries via ShadowSocks' UDP relay.
- Replaced
ToSocketAddrs
with trust-dns
- Uses impl Trait for functions
- Updated dependencies
v1.7.0-alpha.3
- #100 Migrated to Tokio Runtime.
- #105 Fixed "Too many open files" in UDP relay.
- Implemented a new
ssdns
server, which can serve as a DNS server and proxy DNS queries via ShadowSocks' UDP relay.
v1.7.0-alpha.2
- #100 Migrated to Tokio Runtime.
- #105 Fixed "Too many open files" in UDP relay.
v1.7.0-alpha
- #100 Migrated to new
tokio
runtime
v1.6.12
- #96 Do not panic if
peer_addr()
failed after accept.
v1.6.11
- Updated dependencies
- Renamed
dummy
cipher to plain
v1.6.10
- Check AEAD packet length before actually reading it.
v1.6.9
- Fixed
increase_nonce
without libsodium #84
v1.6.8
sslocal
supports passing SIP002 URL as server address
v1.6.7
- Optimize TCP connecting logic
- #75 Lower
CONNECT
and Connecting
log level