Costco is a bad test of anything. IsItDownRightNow reports it as down for at least one and a half days so far.
You can use make dnsmasq use your ISP's DNS for only those domains and still use whatever you choose for everything else. Just put:One example being I have to use my ISP DNS to receive un-metered “data-free” streaming for Spotify and Netflix. So that’s a nuisance.
server=/*.netflix.com/*.nflximg.com/*.nflxvideo.com/1.2.3.4
That one works for me. Have you tried disabling any unofficial add-on's, like ad-blockers and pixelserv, to check whether they are the cause of your problem?here is another example opennic.org wont load, but www.opennic.org will load.
This must be a Swiss thing. My country is not perfect, but some things are very good here.Why do you trust that the regulations are properly enforced against all DNS providers? I'm genuinely curious.
dnamasq doesn't support wildcards like that. Just using the below would do.You can use make dnsmasq use your ISP's DNS for only those domains and still use whatever you choose for everything else. Just put:
in your /jffs/dnsmasq.conf.add file where 1.2.3.4 is your ISP's DNS. Make another line for Spotify and you're golden.Code:server=/*.netflix.com/*.nflximg.com/*.nflxvideo.com/1.2.3.4
server=/netflix.com/nflximg.com/nflxvideo.com/1.2.3.4
$ echo "server=/example.com/1.1.1.1" >> /jffs/configs/dnsmasq.conf.add
$ echo "server=/*.example.com/8.8.8.8" >> /jffs/configs/dnsmasq.conf.add
$ echo "server=/test.example.com/8.8.4.4" >> /jffs/configs/dnsmasq.conf.add
$ service restart_dnsmasq
Done.
$ nslookup example.com & nslookup foo.example.com & nslookup test.example.com
Server: 127.0.0.1
Address: 127.0.0.1#53
Non-authoritative answer:
Name: example.com
Address: 93.184.216.34
Name: example.com
Address: 2606:2800:220:1:248:1893:25c8:1946
Server: 127.0.0.1
Address: 127.0.0.1#53
** server can't find foo.example.com: NXDOMAIN
Server: 127.0.0.1
Address: 127.0.0.1#53
** server can't find test.example.com: NXDOMAIN
using nameserver 8.8.4.4#53 for domain test.example.com
using nameserver 8.8.8.8#53 for domain *.example.com
using nameserver 1.1.1.1#53 for domain example.com
query[A] example.com from 127.0.0.1
forwarded example.com to 1.1.1.1
reply example.com is 93.184.216.34
query[AAAA] example.com from 127.0.0.1
forwarded example.com to 1.1.1.1
reply example.com is 2606:2800:220:1:248:1893:25c8:1946
query[A] foo.example.com from 127.0.0.1
forwarded foo.example.com to 1.1.1.1
query[A] test.example.com from 127.0.0.1
forwarded test.example.com to 8.8.4.4
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!