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.
- Loading branch information
1 parent
cfe71bb
commit e834d67
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule clash
updated
18 files
+1 −2 | adapter/provider/parser.go | |
+15 −9 | common/arc/arc.go | |
+10 −13 | common/lru/lrucache.go | |
+3 −2 | component/fakeip/memory.go | |
+0 −18 | component/mmdb/patch_android.go | |
+1 −0 | component/resolver/resolver.go | |
+1 −2 | config/config.go | |
+3 −1 | constant/path.go | |
+0 −2 | dns/dhcp.go | |
+5 −52 | dns/patch_android.go | |
+0 −6 | dns/patch_common.go | |
+7 −0 | dns/resolver.go | |
+0 −5 | dns/server.go | |
+0 −63 | dns/system.go | |
+71 −0 | dns/system_common.go | |
+4 −0 | dns/util.go | |
+0 −8 | hub/hub.go | |
+1 −2 | rules/provider/parse.go |