-
Hi Admin |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
支持的。 |
Beta Was this translation helpful? Give feedback.
-
如何调整参数呢?
…On Tue, May 17, 2022 at 12:22 PM Ying Kanyang (Harry Ying) < ***@***.***> wrote:
按照上面的回复,目前是支持的
—
Reply to this email directly, view it on GitHub
<#84 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKUFPN2HQ2AHHQS75V57YTVKMNJNANCNFSM5TJYZAEA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
如果你使用了 geoip 插件,那并不需要调整任何参数。 如果你使用了IP CIDR来过滤,只需要确保你的IP CIDR列表规则里包含了需要过滤的IPv6地址即可, |
Beta Was this translation helpful? Give feedback.
-
谢谢,我试试
…On Tue, May 17, 2022 at 12:27 PM Ying Kanyang (Harry Ying) < ***@***.***> wrote:
如果你使用了 geoip 插件,那并不需要调整任何参数。
如果你使用了IP CIDR来过滤,只需要确保你的IP CIDR列表规则里包含了需要过滤的IPv6地址即可,
—
Reply to this email directly, view it on GitHub
<#84 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKUFPO2IXHGXABOMEK7LHLVKMN3NANCNFSM5TJYZAEA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
it works! thanks! ---
verbosity: "info"
address: 0.0.0.0:53
table:
start:
- dispatch
dispatch:
- query: domestic
- check_secure
check_secure:
if: |
geoip(codes: ["CN"])
else:
- query: secure
- end
upstreams:
114DNS:
udp:
addr: 114.114.114.114:53
Ali:
udp:
addr: 223.6.6.6:53
domestic:
hybrid:
- 114DNS
- Ali
cloudflare1:
udp:
addr: 1.0.0.1:53
cloudflare2:
udp:
addr: 1.1.1.1:53
quad9:
udp:
addr: 9.9.9.9:53
googledns1:
udp:
addr: 8.8.8.8:53
googledns2:
udp:
addr: 8.8.4.4:53
secure:
hybrid:
- googledns1
- googledns2
- cloudflare1
- cloudflare2
- quad9 |
Beta Was this translation helpful? Give feedback.
如果你使用了 geoip 插件,那并不需要调整任何参数。
如果你使用了IP CIDR来过滤,只需要确保你的IP CIDR列表规则里包含了需要过滤的IPv6地址即可,