Skip to content

Commit 8ea6fc1

Browse files
committed
release v1.17.2
1 parent a82911c commit 8ea6fc1

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

crates/shadowsocks-service/src/local/redir/tcprelay/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ use crate::{
2626
net::utils::to_ipv4_mapped,
2727
};
2828

29+
#[allow(unused_imports)]
2930
mod sys;
3031

3132
/// Established Client Transparent Proxy

debian/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
shadowsocks-rust (1.17.2) unstable; urgency=medium
2+
3+
## Features
4+
5+
- `local`: `socks` local server will support SOCKS5, SOCKS4a, HTTP proxy protocols when `local-http`, `local-socks4` features are enabled
6+
- `local`: Support setting `udp_mtu` in configuration file to actively reject `packet.size > MTU`
7+
8+
## Bug Fixes
9+
10+
- #1378 dns-over-tls/https with rustls add dependencies to certs
11+
- #1381 Set the incoming socket buffer sizes properly on the listen socket
12+
- #1414 TUN synchronize SYN packet and Socket creation
13+
114
shadowsocks-rust (1.17.1) unstable; urgency=medium
215

316
## Features

0 commit comments

Comments
 (0)