Skip to content

Commit

Permalink
release v1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Feb 1, 2024
1 parent a82911c commit 8ea6fc1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/shadowsocks-service/src/local/redir/tcprelay/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ use crate::{
net::utils::to_ipv4_mapped,
};

#[allow(unused_imports)]
mod sys;

/// Established Client Transparent Proxy
Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8ea6fc1

Please sign in to comment.