vps搭建代理实现解锁网易云音乐灰色歌
下面开始搭建
安装Nodejs:
curl -sL https://rpm.nodesource.com/setup_10.x | bash - yum -y install nodejs
安装supervisor:
yum -y install epel-release yum -y install supervisor
拉取文件:
cd /opt git clone https://github.com/nondanee/UnblockNeteaseMusic.git cd UnblockNeteaseMusic>
第一种方式监听80端口
node app.js -p 80
Windows修改Hosts文件:
C:\Windows\System32\drivers\etc\hosts
指定域名解析:
VPSIP music.163.com VPSIP interface.music.163.com
PS:第一种方式需要占用80端口取舍自己决定哦
第二种方式监听其他端口,例如:
node app.js -p 65535
Windows网易云客户端内设置HTTP代理:
第二种方式,已经足够了,如果你需要其他方式可以看看项目页面的介绍:
https://github.com/nondanee/UnblockNeteaseMusic
使用supervisor放到后台运行:
nano /etc/supervisord.d/netease.ini
写入(正式使用记得加上-s参数,防止代理被滥用):
[supervisord] nodaemon=false [program:netease] user=root directory=/opt/UnblockNeteaseMusic command=/usr/bin/node app.js -s -p 65535 autostart=true autorestart=true
启动:
systemctl start supervisord systemctl enable supervisord
使用后效果:
本站声明:网站内容来源于网络,如有侵权,请联系我们https://www.qiquanji.com,我们将及时处理。
微信扫码关注
更新实时通知