forked from xuhaoyang/ClashForAndroid
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: clash-meta-maintainer[bot] <148681994+clash-meta-maintainer[bot]@users.noreply.github.com>
- Loading branch information
1 parent
effbf8f
commit df20f0a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule clash
updated
12 files
+8 −1 | .github/workflows/build.yml | |
+2 −2 | adapter/outboundgroup/fallback.go | |
+93 −81 | adapter/outboundgroup/groupbase.go | |
+2 −2 | adapter/outboundgroup/loadbalance.go | |
+26 −44 | adapter/outboundgroup/urltest.go | |
+2 −1 | adapter/provider/provider.go | |
+15 −6 | component/dialer/dialer.go | |
+7 −0 | component/dialer/options.go | |
+0 −1 | constant/adapters.go | |
+2 −2 | listener/listener.go | |
+48 −21 | listener/sing_tun/server.go | |
+8 −2 | transport/hysteria/conns/faketcp/tcp_linux.go |