Skip to content

Instantly share code, notes, and snippets.

@brozkeff
brozkeff / Workarounds for Netflix and the blocking of IPv6 tunnels.md
Last active April 24, 2021 20:18 — forked from jamesmacwhite/Workarounds for Netflix and the blocking of IPv6 tunnels.md
Prevent proxy/VPN streaming error messages from Netflix when using an IPv6 tunnel.

Workarounds for Netflix and the blocking of IPv6 tunnels

The dreaded "You seem to be using an unblocker or proxy." error message. Cool story bro.

EDIT Brozkeff 2021-04-24: add Amazon AWS domain for Method 1 since Netflix started using it as well

Original gist before forking: https://gist.github.com/jamesmacwhite/6a642cb6bad00c5cefa91ec3d742e2a6

This gist was essentially created out of my own rant about Netflix being hostile to IPv6 tunnel services since June 2016. You are welcome to read my opinion on the matter, this is the more technical side to the issue and how to combat it within your own network.

Since I wrote this, various GitHub users have contributed their thoughts and ideas which has been incorporated into this gist. Thank you to everyone who have contributed their own methods and implementations.

@brozkeff
brozkeff / dokuwiki2html.sh
Last active October 22, 2018 20:19 — forked from hugorodgerbrown/md_to_rst.sh
Shell script for converting a batch of *.txt dokuwiki-syntax files into *.html using dokuwiki2mediawiki and then pandoc.
# This script was created to convert a directory full
# of dokuwiki files into html. It uses dokuwiki2mediawiki.php for intermediate step converting to mediawiki, and
# pandoc to do the conversion from mediawiki to html.
#
# 1. Install pandoc from http://johnmacfarlane.net/pandoc/
# 2. Copy this script into the directory containing the .txt files
# 3. Copy script (https://github.com/tstaerk/mediasyntax/blob/master/tools/dokuwiki2mediawiki.php) to the same directory, make sure you have PHP installed and capable running scripts
# 3. Ensure that the script has execute permissions
# 4. Run the script
#
@brozkeff
brozkeff / slack2html.php
Last active May 16, 2017 14:40 — forked from targi/slack2html.php
slack2html
#!/usr/bin/php
<?php
/////////////////////
// slack2html
// by @levelsio
// fixed international chars + first row to be run from bash directly
/////////////////////
//
/////////////////////
// WHAT DOES THIS DO?