File tree Expand file tree Collapse file tree 1 file changed +23
-10
lines changed
Expand file tree Collapse file tree 1 file changed +23
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "log" : {
3- "level" : " info"
3+ "level" : " info" ,
4+ "timestamp" : true
45 },
56 "dns" : {
67 "servers" : [
78 {
8- "address" : " tls://8.8.8.8"
9+ "type" : " tls" ,
10+ "tag" : " google" ,
11+ "server" : " 8.8.8.8"
12+ },
13+ {
14+ "type" : " udp" ,
15+ "tag" : " local" ,
16+ "server" : " 223.5.5.5"
917 }
1018 ]
1119 },
2533 ],
2634 "outbounds" : [
2735 {
28- "type" : " direct"
29- },
30- {
31- "type" : " dns" ,
32- "tag" : " dns-out"
36+ "type" : " direct" ,
37+ "tag" : " direct"
3338 }
3439 ],
3540 "route" : {
3641 "rules" : [
3742 {
38- "port" : 53 ,
39- "outbound" : " dns-out"
43+ "action" : " sniff"
44+ },
45+ {
46+ "protocol" : " dns" ,
47+ "action" : " hijack-dns"
48+ },
49+ {
50+ "ip_is_private" : true ,
51+ "outbound" : " direct"
4052 }
41- ]
53+ ],
54+ "default_domain_resolver" : " local"
4255 }
4356}
You can’t perform that action at this time.
0 commit comments