-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* UpdateSubmodules * Update _Submodules
- Loading branch information
alphax-hue3682
authored
Jan 30, 2025
1 parent
04c9832
commit 3a0f268
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule AndroidLibXrayLite
updated
5 files
+2 −8 | .github/workflows/main.yml | |
+14 −10 | .github/workflows/tidy.yml | |
+10 −12 | go.mod | |
+36 −20 | go.sum | |
+1 −1 | libv2ray_main.go |
Submodule hysteria
updated
21 files
+1 −1 | app/cmd/root.go | |
+33 −9 | app/cmd/server.go | |
+2 −0 | app/cmd/server_test.go | |
+2 −0 | app/cmd/server_test.yaml | |
+3 −1 | app/go.mod | |
+6 −2 | app/go.sum | |
+14 −0 | app/internal/tun/check_ipv6_others.go | |
+16 −0 | app/internal/tun/check_ipv6_unix.go | |
+24 −0 | app/internal/tun/check_ipv6_windows.go | |
+4 −0 | app/internal/tun/server.go | |
+1 −1 | core/go.mod | |
+2 −2 | core/go.sum | |
+3 −1 | extras/go.mod | |
+6 −2 | extras/go.sum | |
+229 −0 | extras/outbounds/fastopen.go | |
+80 −33 | extras/outbounds/ob_direct.go | |
+19 −19 | extras/outbounds/ob_direct_linux.go | |
+2 −5 | extras/outbounds/ob_direct_others.go | |
+3 −0 | hyperbole.py | |
+1 −0 | platforms.txt | |
+3 −0 | scripts/install_server.sh |