bettermanbao / openwrt-shadowsocksR-libev-full

ShadowsocksR-libev-full for OpenWrt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请问DNS-Forwarder如何配合ChinaDNS使用?

shan869 opened this issue · comments

我的配置文件如下设置,SSr无法使用。我看了下,ssr默认是监听127.0.0.1#5353端口的,请问我该怎么设置才正常,望大神不吝赐教。谢谢!!!
/etc/config/dns-forwarder
config dns-forwarder
option listen_addr '0.0.0.0'
option listen_port '5353'
option dns_servers '8.8.8.8'
option enable '1'

/etc/config/chinadns
config chinadns
option bidirectional '0'
option chnroute '/etc/chinadns_chnroute.txt'
option port '5300'
option enable '1'
option server '114.114.114.114,127.0.0.1#5353'

/etc/config/dhcp
config dnsmasq
option domainneeded '1'
option boguspriv '1'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option expandhosts '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option localservice '1'
option noresolv '1'
option nohosts '1'
option local '127.0.0.1#5300'