File tree Expand file tree Collapse file tree 2 files changed +68
-25
lines changed
luci-app-neko/root/etc/neko/config Expand file tree Collapse file tree 2 files changed +68
-25
lines changed Original file line number Diff line number Diff line change @@ -31,29 +31,36 @@ tcp-concurrent: true
3131dns :
3232 enable : true
3333 ipv6 : false
34+ respect-rules : true
3435 enhanced-mode : fake-ip
35- fake-ip-range : 198.18.0.1/16
36- fake-ip-filter :
37- - ' *.lan'
38- # listen: 127.0.0.1:5053
36+ fake-ip-range : 28.0.0.1/8
3937 default-nameserver :
40- - 9.9.9.9
41- - 149.112.112.112
38+ - 223.5.5.5
39+ - udp://223.5.5.5
4240 - 1.1.1.1
4341 - 8.8.8.8
4442 nameserver :
45- - https://dns.quad9.net/dns-query
46- - tls://dns.quad9.net
47- - 9.9.9.9
4843 - 1.1.1.1
4944 - 8.8.8.8
50- - 149.112.112.112
45+ - quic://dns.adguard.com:784
46+ - https://dns.adguard.com/dns-query
47+ - tls://dns.adguard.com
48+ - 223.5.5.5
49+ - udp://223.5.5.5
50+ proxy-server-nameserver :
51+ - 1.1.1.1
52+ - 8.8.8.8
53+ - quic://dns.adguard.com:784
5154 - https://dns.adguard.com/dns-query
52- - https://dns-google.com/dns-query
5355 - tls://dns.adguard.com
54- - tls://dns-google.com
56+ - 223.5.5.5
57+ - udp://223.5.5.5
58+ fake-ip-filter :
59+ - ' *'
60+ - ' *.lan'
5561 fallback-filter :
56- geoip : false
62+ geoip : true
63+ geoip-code : ID
5764 ipcidr :
5865 - 0.0.0.0/8
5966 - 10.0.0.0/8
7178 - 224.0.0.0/4
7279 - 240.0.0.0/4
7380 - 255.255.255.255/32
81+ domain :
82+ - +.google.com
83+ - +.facebook.com
84+ - +.fbcdn.net
85+ - +.ggpht.com
86+ - +.youtube.com
87+ - +.githubusercontent.com
88+ - +.googlevideo.com
89+ - +.msftconnecttest.com
90+ - +.msftncsi.com
91+ - msftconnecttest.com
92+ - msftncsi.com
93+ - +.*
7494ipv6 : false
7595profile :
7696 store-selected : true
97+ store-fake-ip : true
7798rules :
7899- RULE-SET,Umum,Umum
79100- MATCH,GLOBAL
91112 enable : true
92113 dns-hijack :
93114 - any:53
115+ - tcp://any:53
116+ - udp://any:53
Original file line number Diff line number Diff line change @@ -68,29 +68,36 @@ tcp-concurrent: true
6868dns :
6969 enable : true
7070 ipv6 : false
71+ respect-rules : true
7172 enhanced-mode : fake-ip
7273 fake-ip-range : 198.18.0.1/16
73- fake-ip-filter :
74- - ' *.lan'
75- # listen: 127.0.0.1:5053
7674 default-nameserver :
77- - 9.9.9.9
78- - 149.112.112.112
75+ - 223.5.5.5
76+ - udp://223.5.5.5
7977 - 1.1.1.1
8078 - 8.8.8.8
8179 nameserver :
82- - https://dns.quad9.net/dns-query
83- - tls://dns.quad9.net
84- - 9.9.9.9
8580 - 1.1.1.1
8681 - 8.8.8.8
87- - 149.112.112.112
82+ - quic://dns.adguard.com:784
83+ - https://dns.adguard.com/dns-query
84+ - tls://dns.adguard.com
85+ - 223.5.5.5
86+ - udp://223.5.5.5
87+ proxy-server-nameserver :
88+ - 1.1.1.1
89+ - 8.8.8.8
90+ - quic://dns.adguard.com:784
8891 - https://dns.adguard.com/dns-query
89- - https://dns-google.com/dns-query
9092 - tls://dns.adguard.com
91- - tls://dns-google.com
93+ - 223.5.5.5
94+ - udp://223.5.5.5
95+ fake-ip-filter :
96+ - ' *'
97+ - ' *.lan'
9298 fallback-filter :
93- geoip : false
99+ geoip : true
100+ geoip-code : ID
94101 ipcidr :
95102 - 0.0.0.0/8
96103 - 10.0.0.0/8
@@ -108,6 +115,19 @@ dns:
108115 - 224.0.0.0/4
109116 - 240.0.0.0/4
110117 - 255.255.255.255/32
118+ domain :
119+ - +.google.com
120+ - +.facebook.com
121+ - +.fbcdn.net
122+ - +.ggpht.com
123+ - +.youtube.com
124+ - +.githubusercontent.com
125+ - +.googlevideo.com
126+ - +.msftconnecttest.com
127+ - +.msftncsi.com
128+ - msftconnecttest.com
129+ - msftncsi.com
130+ - +.*
111131ipv6 : false
112132profile :
113133 store-selected : true
You can’t perform that action at this time.
0 commit comments