We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
软路由eth3口用来pppoe拨号,eth2口用来连接IPTV,都下发了nameserver,openclash运行配置里只显示最后一个IPTV口的nameserver,如何能把两个nameserver都自动加进来?求解
# Interface wan nameserver 202.106.46.162 # Interface iptv nameserver 192.168.100.1
dns: nameserver: - 192.168.100.1 // 只添加了IPTV的nameserver - dhcp://"eth2" - 114.114.114.114 - 119.29.29.29 - https://doh.pub/dns-query - https://dns.alidns.com/dns-query fallback: - https://dns.cloudflare.com/dns-query - "[2001:da8::666]:53" - https://public.dns.iij.jp/dns-query - https://jp.tiar.app/dns-query - https://jp.tiarap.org/dns-query - tls://dot.tiar.app enable: true ipv6: false enhanced-mode: fake-ip fake-ip-range: 198.18.0.1/16 listen: 0.0.0.0:7874 fake-ip-filter: - "+.*" default-nameserver: - 192.168.100.1 // 只添加了IPTV的nameserver - 114.114.114.114 - 119.29.29.29 - "[2001:da8::666]:53"
期望结果:
dns: nameserver: - 202.106.46.162 // 两个都自动加入 - 192.168.100.1 - dhcp://"eth2" - 114.114.114.114 - 119.29.29.29 - https://doh.pub/dns-query - https://dns.alidns.com/dns-query fallback: - https://dns.cloudflare.com/dns-query - "[2001:da8::666]:53" - https://public.dns.iij.jp/dns-query - https://jp.tiar.app/dns-query - https://jp.tiarap.org/dns-query - tls://dot.tiar.app enable: true ipv6: false enhanced-mode: fake-ip fake-ip-range: 198.18.0.1/16 listen: 0.0.0.0:7874 fake-ip-filter: - "+.*" default-nameserver: - 202.106.46.162 // 两个都自动加入 - 192.168.100.1 - 114.114.114.114 - 119.29.29.29 - "[2001:da8::666]:53"
The text was updated successfully, but these errors were encountered:
b087f57
fix vernesong#2241
be6fe65
No branches or pull requests
软路由eth3口用来pppoe拨号,eth2口用来连接IPTV,都下发了nameserver,openclash运行配置里只显示最后一个IPTV口的nameserver,如何能把两个nameserver都自动加进来?求解
期望结果:
The text was updated successfully, but these errors were encountered: