Giter Club home page Giter Club logo

Comments (6)

Hbxuan avatar Hbxuan commented on June 14, 2024

iOS端下载了并安装了ca证书:https://raw.githubusercontent.com/nondanee/UnblockNeteaseMusic/master/ca.crt
在设置 > 通用 > 关于本机 > 证书信任设置里手动信任了证书

from shell.

XIU2 avatar XIU2 commented on June 14, 2024

因为我没有 IOS 设备,所以无法测试,不过我去UnblockNeteaseMusic #64看了下,看到了这句话:

如果你使用 https endpoint 转发音源,请检查你的启动参数是否正确(不要指定第二个端口号)

这里可能指的是要用单个端口,也就是脚本设置端口时不使用 XXXX:XXXX 方式的端口,而只是写一个端口。
你可以试试。

from shell.

Hbxuan avatar Hbxuan commented on June 14, 2024

Thanks!!!
折腾半天,已经成功,iOS也可以听啦,但wifi下用pac似乎还是不行。虽然自己完全不知道为什么会成功。不过成功就好。
非常感谢大佬!!

from shell.

OpenWaygate avatar OpenWaygate commented on June 14, 2024

大佬,我之前用的这篇教程在Ubuntu上部署的
主要命令是/usr/bin/node app.js -p 10086:10087 -e https://music.163.com
这个我在IOS的Quantumult X里可以用

我换用一键脚本后无论是指定两个(10086:10087)还是一个端口(10086)都无法连接,
这个选项-e https://music.163.com要怎么弄啊?

from shell.

XIU2 avatar XIU2 commented on June 14, 2024

@OpenWaygate

默认服务脚本里写的是 http:// 的,你需要修改一下

# 编辑/打开服务脚本
nano /etc/init.d/unblock163

# 找到下面这条命令(大概四五十行)
# 将 http:// 改成 https://
nohup "${FILE_NODE}" "${FILE}" -a 0.0.0.0 -p ${PORT} -o ${SOURCE} -s -e "http://music.163.com" > "${FILE_LOG}" 2>&1 &

# 然后按下 Ctrl+X 退出,提示你保存,按下 Y 键,再按两次回车就行了
# 然后重启服务试试

from shell.

OpenWaygate avatar OpenWaygate commented on June 14, 2024

弄了半天终于成功了,原来得禁用严格模式。
禁用严格模式后,在网易云音乐HD版能用,但网易云音乐显示网络不给力,所以我又在非严格模式那一行加上了-e https://music.163.com,发现可以用了
多谢大佬!

from shell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.