-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac版指南 #597
Comments
牛逼 |
每次必须使用命令吗:node app.js -p 80:443 -f 223.252.199.66,不然打开客户端页无法使用 |
嗯,需要启动服务才可以代理过去 |
六批,这个指南简单易食,一次搞定! |
666 |
可以! |
Closed
每次用网易云都要代理吗?! |
不用的时候把hosts改回来就好了 |
node app.js -p 80:443 -f 223.252.199.66 最重要是这里代理的端口包含了443,很多命令只有80的根本不能用 |
爱你,我刚发完用不了的issues,然后翻到了这篇指南,果断搞定,感谢! |
Closed
👍 完美解决! |
点亮~ |
赞赞赞 |
Closed
成功了,但只有网页可以打开,但是客户端还是不行~不知道啥原因 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
摸索整理得出自己能用的方式(hosts 模式)
简易版本 (简单意味着信任)
git clone https://github.com/nondanee/UnblockNeteaseMusic.git cd UnblockNeteaseMusic npm i
接着信任证书,双击目录下的

ca.crt
文件,点击添加输入密码后再双击:

按照指引点击,输入密码

以下参考 #22
1. 寻找网易云服务器的IP
得到类似 223.252.199.66 的IP
2. 向hosts文件添加记录
hosts地址:
Windows hosts
C:\Windows\System32\drivers\etc\hosts
Linux/macOS hosts
/etc/hosts
3. 设置参数启动
接着使用
safari
打开https://music.163.com
确保可以访问(如果弹出无法访问,再信任一次)重启网抑云~
PS: 如果不信任证书请参照 #48
The text was updated successfully, but these errors were encountered: