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