@max-q how did you update all the packages?
I'm trying to figure out a way to have DNSCrypt Proxy work for two of my devices (only) but at the same time be able to change DNS servers on my PC's IPv4 DNS servers settings to have a different DNS than the resolver2.dnscrypt.eu server used via DNSCrypt Proxy...
My problem is resolver2.dnscrypt.eu is forced on all my devices, but I do not want it for all, but I do want it for 2 devices.
Can you please help me?
]
@A6ix There's some documentation on lede's page on uci-dnsmasq that might be helpful: https://www.lede-project.org/docs/uci_dnsmasq.html
Basically, you can define which dns records to each client individually, and arokh's firewall only covers port 53, so you don't have to disable that either, if you can configure a different dns port. I personally use `luci-app-commands` to change the resolvers easily with uci because I have some services that integrate better with different resolvers. But you should probably ask in a general thread for more advice.
@all fyi using the pi-hole list with adblock - I'm running close to 100,000 sites in the 'bad_list' - not only can this build handle it (tplink-wdrxxxx) it's using less memory than with 60,000, or so it seems. And the wdrxxx set has less features than the general builds because of memory constraints. I'm also not using any external storage, it just works, and I assume it should work for most. Here's the config:
config adblock config
option 'enabled' '1'
option 'pixel_server_ip' '192.168.3.254'
option 'hosts_file' '/tmp/hosts/hosts.bad'
list whitelist_domains 'ads.hulu.com tc.tradetracker.net www.econda-monitor.de'
list bad_hosts 'http://adblock.gjtech.net/?format=unix-hosts'
list bad_hosts 'http://mirror1.malwaredomains.com/files/justdomains'
list bad_hosts 'http://hosts-file.net/.\ad_servers.txt'
list bad_hosts 'http://sysctl.org/cameleon/hosts'
list bad_hosts 'https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist'
list bad_hosts 'https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt'
list bad_hosts 'https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt'
list bad_hosts 'https://raw.githubusercontent.com/quidsup/notrack/master/trackers.txt'
https://github.com/pi-hole/pi-hole is the source, I love the gui, but i just have a bad feeling about piholes security model (aka doesn't have one). It was fun to watch the graphs, and it blocked more than this build or the other adblock, but then i looked at the source of all three, and I realized simplicity is really powerful, and the router can handle blocking way more sites than I anticipated, without a noticeable performance decrease on my end. Can't promise it'll be as graceful with everyone's setup, but it's pretty cool.
(Last edited by moxu on 10 Jun 2016, 06:50)