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 bd68330
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule clash
updated
19 files
+1 −1 | adapter/outbound/reject.go | |
+6 −9 | adapter/outbound/vless.go | |
+14 −0 | adapter/provider/parser.go | |
+12 −2 | adapter/provider/provider.go | |
+56 −27 | common/structure/structure.go | |
+88 −0 | common/structure/structure_test.go | |
+10 −20 | component/resource/fetcher.go | |
+4 −0 | component/resource/vehicle.go | |
+10 −0 | component/trie/domain.go | |
+11 −0 | component/trie/domain_test.go | |
+7 −8 | config/config.go | |
+33 −4 | constant/dns.go | |
+1 −0 | constant/provider/interface.go | |
+15 −0 | constant/tun.go | |
+7 −0 | docs/config.yaml | |
+1 −0 | listener/sing_tun/server.go | |
+21 −5 | log/level.go | |
+23 −8 | tunnel/mode.go | |
+24 −9 | tunnel/status.go |