-
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
deepin/ubuntu 配置记录 #590
Comments
非常感谢!看了您的总结,终于能让大块的灰色消失! |
看了您的总结,很受启发,但是有个问题想要请问一下,如何卸载已经安装的证书呢? |
|
后来查找资料了解了一下这个证书的生成过程和安装过程,问题已经解决。 |
呜哇~ |
大佬,这个本地sudo node app.js -p 80:443 -f 59.111.181.60 的命令,如何添加开机启动,这条命令好像连上网后才能生效 |
经过验证
映射两个端口与作者指南中映射一个端口有何区别呢 |
hello,请问有没有比较方便的海外党获取music.163.com IP地址的方式啊。在这边ping出来的全是香港的IP。 |
Hello,我也是参考这里,https://www.lolimay.cn/2018/10/14/autostart-in-deepin/ ,将命令写在rc.local,用root启动,确实会存在“开机时如果没有连上网络,node app.js命令会启动失败”的问题,目前没想到优雅的解决方法 |
Hello,您的这个疑问跟我当时的想法一模一样,可以看我贴出来的第二张命令行里的图片,播放歌曲的时候有http(80)和ssl(443)两个连接,所以需要同时代理两个端口。 |
Hello, may be would help you http://ip.tool.chinaz.com/music.163.com |
谢谢你的回复,那之后我补充了一点网络知识,发现如果使用hosts模式,那么80端口负责http协议,443端口负责https协议,因为新版本网易云没办法将https降级为http了,所以需要指定2个端口来满足两个协议的端口需求. |
你说的代理模式是PAC吗?我在PAC模式就没有成功过,可以说说你的配置吗? |
Hello every one,我编写一个一键配置脚本,欢迎使用 |
你好啊,我使用的是修改 hosts 的方法。PAC 模式没有测试过。 |
那看来是跟你的一样的,我也是直接nginx+host+systemd代理 |
映射出两个端口是关键! |
效果图
记录一下解锁过程
#48
首先是按照这里面的过程,签发一个CA证书
然后按照这篇
#208
我在这里使用了 node.js 启动,需要同时 -p 80:443 映射两个端口,若在本机运行程序,请指定网易云服务器 IP
-f xxx.xxx.xxx.xxx
(可在修改 hosts 前通过ping music.163.com
获得) 或 使用代理-u http(s)://xxx.xxx.xxx.xxx:xxx
,以防请求死循环。westwood@westwood-PC:~/Desktop/UnblockNeteaseMusic$ sudo node app.js -p 80:443 -f 59.111.181.60 HTTP Server running @ http://0.0.0.0:80 HTTPS Server running @ http://0.0.0.0:443
增加默认启动参数
Linux 客户端 (1.2 版本以上需要自签证书 MITM,启动客户端需要增加 --ignore-certificate-errors 参数)
lushan@u:/usr/share/applications$ ls | grep netease netease-cloud-music.desktop lushan@u:/usr/share/applications$ sudo vim netease-cloud-music.desktop
修改host
此时访问 music.163.com 是可以验证成功的,客户端也是可行的。
The text was updated successfully, but these errors were encountered: