This project has moved to https://github.com/cdhowie/netflix-no-ipv6-dns-proxy
Last active
July 17, 2019 02:27
-
-
Save cdhowie/c38d5651f2cb150bf37cb449d147eb3f to your computer and use it in GitHub Desktop.
DNS proxy to fix Netflix stupidity
Any idea how to do the opposite, i.e. force netflix to in no way use IPv4? It appears that if I run only IPv6 and no IPv4 I do not get the geo-blocking errors, it only detects dual-stack configurations. Running a client IPv6-only also is perfectly acceptable. (preferable in my case)
@Kline- Please try the latest version, I believe I have fixed this.
@stevesteffler In server.py
, just replace dns.AAAA
with dns.A
.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this, I'm not a Python guy at all -- any help with this? I had your script setup to run in place of my local BIND instance and to then forward requests to BIND afterwards.