Skip to content

Instantly share code, notes, and snippets.

@bajansen
Last active December 30, 2018 15:31
Show Gist options
  • Save bajansen/34e0d64ce14d3932ac9ec061be97e672 to your computer and use it in GitHub Desktop.
Save bajansen/34e0d64ce14d3932ac9ec061be97e672 to your computer and use it in GitHub Desktop.
DNSmasq config to circumvent Netflix and Ziggo VPN/region blocks when using a he.net tunnelbroker IPv6 tunnel.
# Add these lines to your dnsmasq.conf or include it as a separate file
# Block Netflix and Ziggo GO AAAA lookups
server=/netflix.com/#
address=/netflix.com/::
server=/netflix.net/#
address=/netflix.net/::
server=/nflxext.com/#
address=/nflxext.com/::
server=/nflximg.net/#
address=/nflximg.net/::
server=/nflxvideo.net/#
address=/nflxvideo.net/::
server=/upcbroadband.com/#
address=/upcbroadband.com/::
server=/horizon.tv/#
address=/horizon.tv/::
server=/ziggogo.tv/#
address=/ziggogo.tv/::
server=/e17279.dscb.akamaiedge.net/#
address=/e17279.dscb.akamaiedge.net/::
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment