Skip to content

Instantly share code, notes, and snippets.

@cdhowie
Last active July 17, 2019 02:27
Show Gist options
  • Save cdhowie/c38d5651f2cb150bf37cb449d147eb3f to your computer and use it in GitHub Desktop.
Save cdhowie/c38d5651f2cb150bf37cb449d147eb3f to your computer and use it in GitHub Desktop.
DNS proxy to fix Netflix stupidity
@stevesteffler
Copy link

stevesteffler commented Jun 7, 2016

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)

@cdhowie
Copy link
Author

cdhowie commented Jun 7, 2016

@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