安装netflix_proxy服务端
使用netflix_proxy官方一键包安装
使用该插件需要一台IP不被流媒体网站屏蔽的Debian或Ubuntu系统服务器,在服务器上运行:
apt-get update\
&& apt-get -y install vim dnsutils curl sudo\
&& curl -fsSL https://get.docker.com/ | sh || apt-get -y install docker.io\
&& 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
待脚本运行结束,netflix_proxy将会在操作目录下安装完成
Last updated
Was this helpful?