Search results

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. Q

    Need help creating selective DNS routing script

    There was still issues with Roku and Netflix, redirecting was not enough. I tried fiddling with iptables with nat and firewall scripts, but they were identical with DNSFiltering as you said. I fixed this by using dnsmasq in addition to DNSFiltering. This way Roku/Netflix gets explicitly...
  2. Q

    Need help creating selective DNS routing script

    Roku 3 is using hardcoded DNS (Google, 8.8.8.8 etc.). I'm currently away from my box, but I was wondering, if DNS Filter is enough or do I require something like iptables -I PREROUTING -s <ip_of_roku>/32 -p udp --dport 53 -j DNAT --to <3rd_party_"unblocking"_dns> iptables -I PREROUTING -s...
  3. Q

    Need help with custom DNS per DHCP client

    Maybe something like this would work: http://squiddy.blog.dionic.net/2014/06/media-players-roku-and-chromecast-and.html
  4. Q

    Need help creating selective DNS routing script

    What modifications are required for this kind of setup after current Roku update? Edit: haven't tried yet, but perhaps this would work http://squiddy.blog.dionic.net/2014/06/media-players-roku-and-chromecast-and.html ..or is it still possible only with dnsmasq?
Top