This project has moved to https://github.com/cdhowie/netflix-no-ipv6-dns-proxy
Last active
July 17, 2019 02:27
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.