-
-
Notifications
You must be signed in to change notification settings - Fork 11.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Update shadowsocks-rust to v1.15.4"
This reverts commit 0bc78d1.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule shadowsocks-rust
updated
17 files
+1 −1 | .github/workflows/build-nightly-release.yml | |
+1 −1 | .github/workflows/build-release.yml | |
+58 −50 | Cargo.lock | |
+2 −2 | Cargo.toml | |
+3 −3 | Dockerfile | |
+2 −2 | README.md | |
+1 −1 | build/build-release | |
+1 −1 | build/build-release-zigbuild | |
+4 −3 | crates/shadowsocks-service/Cargo.toml | |
+5 −4 | crates/shadowsocks-service/src/config.rs | |
+39 −101 | crates/shadowsocks-service/src/local/tun/tcp.rs | |
+7 −4 | crates/shadowsocks-service/src/manager/server.rs | |
+1 −1 | crates/shadowsocks/Cargo.toml | |
+20 −55 | crates/shadowsocks/src/config.rs | |
+8 −5 | crates/shadowsocks/src/relay/socks5.rs | |
+0 −23 | debian/changelog | |
+2 −2 | homebrew/shadowsocks-rust.rb |