sudo apt-get update
&& echo
&& 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
forked from Newlearner365/netflix-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Smart DNS proxy to watch Netflix
License
tycoonge/netflix-proxy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Smart DNS proxy to watch Netflix
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 66.0%
- Shell 27.5%
- HTML 5.6%
- Other 0.9%