Skip to content

tycoonge/netflix-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudo apt-get update
&& echo $(hostname -I | cut -d\ -f1) $(hostname) | sudo tee -a /etc/hosts
&& sudo apt-get install net-tools -y
&& sudo apt-get install python3-pip -y
&& sudo apt-get install python-pip -y
&& pip install paramiko PyYAML jinja2 httplib2 passlib
&& sudo apt-get install tango-common -y
&& sudo apt-get -y install vim dnsutils curl
&& curl -fsSL https://get.docker.com/ | sh || apt-get -y install docker.io
&& sudo usermod -aG docker $(whoami | awk '{print $1}')
&& mkdir -p ~/netflix-proxy
&& cd ~/netflix-proxy
&& curl -fsSL https://github.com/ab77/netflix-proxy/archive/latest.tar.gz | gunzip - | tar x --strip-components=1
&& ./build.sh

About

Smart DNS proxy to watch Netflix

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 66.0%
  • Shell 27.5%
  • HTML 5.6%
  • Other 0.9%