forked from pool/shadowsocks-rust
Compare commits
9 Commits
Author | SHA256 | Date | |
---|---|---|---|
6bdc2b785a | |||
d4ed296189 | |||
6d1a500466 | |||
3d8877546a | |||
1e5b82fa5c | |||
69e4759f79 | |||
70aa2a0e41 | |||
b29e7c6475 | |||
987e2e53b0 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c818124252528886dd2a26c0f4730a34cdeb5764c3812cae0d98e9fc9c1d8ce9
|
||||
size 451311
|
3
shadowsocks-rust-1.20.4.tar.gz
Normal file
3
shadowsocks-rust-1.20.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf064ad157974b3e396aab3bb60aab380dbc4e11b736603bfbc8e7a138f6bb26
|
||||
size 453391
|
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 13:19:28 UTC 2024 - Hillwood Yang <hillwood@opensuse.org>
|
||||
|
||||
- Update version to 1.20.4
|
||||
* Updated rustls to v0.23 with ring backend
|
||||
* local-redir, server: Better approach to check current platform IP stack
|
||||
capabilities like Go (IPv4, IPv6, IPv4-mapped-IPv6 supports)
|
||||
* Explicitly enable dual-stack if listen addresses (server, local_address)
|
||||
are IPv4-mapped-IPv6, by setting IPV6_V6ONLY=0
|
||||
* PingBalancer check Firefox portal allowing 200 HTTP status
|
||||
* Ping Balancer scores replaced standard deviation with median absolute
|
||||
deviation, which should help focusing less on outlying observations in
|
||||
latency samples
|
||||
* local: Allow configuring SOCKS5 UDP_ASSOCIATE address
|
||||
* ProxyServerStream::from_stream made public
|
||||
* Fix bugs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 16 09:07:43 UTC 2024 - Hillwood Yang <hillwood@opensuse.org>
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: shadowsocks-rust
|
||||
Version: 1.20.0
|
||||
Version: 1.20.4
|
||||
Release: 0
|
||||
Summary: Rust port of Shadowsocks
|
||||
License: MIT
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f9ea72699b8e813c755be6067826151782aed5dcf9d9b27fdc66f6c1db594b0
|
||||
size 93151494
|
||||
oid sha256:e199a4cc1b03625deea230f9f890b12b498af274250891031727c6dfc2ecfb27
|
||||
size 84349967
|
||||
|
Reference in New Issue
Block a user