Unnamed

Results 34 comments of Unnamed

直接自定义 sing-box 入站设置即可,然后将原来的混合端口填为 0 以禁用。参考文档: https://sing-box.sagernet.org/configuration/inbound/socks/ 示例: ``` { "inbounds": [ { "listen": "::", "listen_port": 7890, "tag": "http-in", "type": "http" }, { "listen": "::", "listen_port": 7891, "tag": "socks-in", "type": "socks"...

以上设置并非直接加入 nekoray.json 即可,实际应该转字符串(并转义)后加到 `custom_inbound` 键下(所以推荐直接找 GUI 内的自定义入站设置,不用自行转义)。示例: ``` "custom_inbound": "{\"inbounds\":[{\"listen\":\"::\",\"listen_port\":7890,\"tag\":\"http-in\",\"type\":\"http\"},{\"listen\":\"::\",\"listen_port\":7891,\"tag\":\"socks-in\",\"type\":\"socks\"}]}" ``` 另外其实我自己测试发现(实际上我是遇到了相同的问题然后摸到的这个 issue)最佳方式是只额外加一个 http 或 socks 端口,剩下的用 mixed port 解决,不然 “使用代理更新订阅” 无效(nekoray 不会读自定义入站设置),当然这个就是需要开发者自行解决的问题了

> Awesome! Thanks. I noticed that when the music volume is set to 0 I can still faintly hear it. Is this a bug or is this how the game...

> You need to install `extra/dotnet-sdk-8.0` and you will be able to update just fine. I think you meant `extra/dotnet-runtime-8.0`, for anyone wondering why that still doesn't work.