Features
local
:socks
local server will support SOCKS5, SOCKS4a, HTTP proxy protocols whenlocal-http
,local-socks4
features are enabledlocal
: Support settingudp_mtu
in configuration file to actively rejectpacket.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
What's Changed
- chore(deps): bump idna from 0.4.0 to 0.5.0 by @dependabot in #1364
- chore(deps): bump url from 2.4.1 to 2.5.0 by @dependabot in #1361
- chore(deps): bump webpki-roots from 0.25.2 to 0.25.3 by @dependabot in #1363
- update shadowsocks-crypto to latest by @ibigbug in #1379
- Set the incoming socket buffer sizes properly on the listen socket. by @notsure2 in #1381
- chore(deps): bump futures from 0.3.29 to 0.3.30 by @dependabot in #1391
- chore(deps): bump reqwest from 0.11.22 to 0.11.23 by @dependabot in #1390
- chore(deps): bump async-trait from 0.1.74 to 0.1.75 by @dependabot in #1393
- chore(deps): bump smoltcp from 0.10.0 to 0.11.0 by @dependabot in #1392
- chore(deps): bump thiserror from 1.0.50 to 1.0.51 by @dependabot in #1386
- chore(deps): bump async-trait from 0.1.75 to 0.1.76 by @dependabot in #1402
- chore(deps): bump thiserror from 1.0.51 to 1.0.53 by @dependabot in #1399
- chore(deps): bump serde_json from 1.0.108 to 1.0.109 by @dependabot in #1400
- chore(deps): bump hyper from 1.0.1 to 1.1.0 by @dependabot in #1394
- chore(deps): bump clap from 4.4.11 to 4.4.12 by @dependabot in #1401
- chore(deps): bump async-trait from 0.1.76 to 0.1.77 by @dependabot in #1407
- chore(deps): bump thiserror from 1.0.53 to 1.0.56 by @dependabot in #1406
- chore(deps): bump clap from 4.4.12 to 4.4.13 by @dependabot in #1403
- chore(deps): bump serde_json from 1.0.109 to 1.0.111 by @dependabot in #1405
- chore(deps): bump sysexits from 0.7.7 to 0.7.10 by @dependabot in #1404
- chore(deps): bump base64 from 0.21.5 to 0.21.7 by @dependabot in #1411
- fix: synchronize SYN packet and Socket creation by @Skyxim in #1415
- chore(deps): bump serde_json from 1.0.111 to 1.0.113 by @dependabot in #1422
- chore(deps): bump pin-project from 1.1.3 to 1.1.4 by @dependabot in #1421
- chore(deps): bump env_logger from 0.10.2 to 0.11.1 by @dependabot in #1424
New Contributors
Full Changelog: v1.17.1...v1.17.2