forked from xuhaoyang/ClashForAndroid
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e966e52
commit 25e2f3e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule clash
updated
28 files
+1 −1 | adapter/outbound/reject.go | |
+6 −9 | adapter/outbound/vless.go | |
+15 −1 | adapter/provider/parser.go | |
+14 −8 | adapter/provider/provider.go | |
+56 −27 | common/structure/structure.go | |
+88 −0 | common/structure/structure_test.go | |
+55 −0 | component/profile/cachefile/cache.go | |
+75 −108 | component/resource/fetcher.go | |
+81 −16 | component/resource/vehicle.go | |
+10 −0 | component/trie/domain.go | |
+11 −0 | component/trie/domain_test.go | |
+63 −12 | component/updater/update_geo.go | |
+2 −2 | component/updater/update_ui.go | |
+3 −1 | component/updater/utils.go | |
+9 −10 | config/config.go | |
+33 −4 | constant/dns.go | |
+29 −0 | constant/provider/hash.go | |
+3 −1 | constant/provider/interface.go | |
+15 −0 | constant/tun.go | |
+7 −0 | docs/config.yaml | |
+2 −2 | hub/executor/executor.go | |
+1 −1 | hub/route/upgrade.go | |
+1 −0 | listener/sing_tun/server.go | |
+21 −5 | log/level.go | |
+1 −1 | rules/provider/parse.go | |
+3 −13 | rules/provider/provider.go | |
+23 −8 | tunnel/mode.go | |
+24 −9 | tunnel/status.go |