mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
release v1.17.2
This commit is contained in:
@@ -26,6 +26,7 @@ use crate::{
|
||||
net::utils::to_ipv4_mapped,
|
||||
};
|
||||
|
||||
#[allow(unused_imports)]
|
||||
mod sys;
|
||||
|
||||
/// Established Client Transparent Proxy
|
||||
|
||||
13
debian/changelog
vendored
13
debian/changelog
vendored
@@ -1,3 +1,16 @@
|
||||
shadowsocks-rust (1.17.2) unstable; urgency=medium
|
||||
|
||||
## Features
|
||||
|
||||
- `local`: `socks` local server will support SOCKS5, SOCKS4a, HTTP proxy protocols when `local-http`, `local-socks4` features are enabled
|
||||
- `local`: Support setting `udp_mtu` in configuration file to actively reject `packet.size > MTU`
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- #1378 dns-over-tls/https with rustls add dependencies to certs
|
||||
- #1381 Set the incoming socket buffer sizes properly on the listen socket
|
||||
- #1414 TUN synchronize SYN packet and Socket creation
|
||||
|
||||
shadowsocks-rust (1.17.1) unstable; urgency=medium
|
||||
|
||||
## Features
|
||||
|
||||
Reference in New Issue
Block a user