sing-box-examples
sing-box-examples copied to clipboard
sing-box 配置示例
DoQ
Hello, You have blocked DNS over QUIC (853 UDP), but why you have blocked 853 TCP too? does DNS over QUIC use TCP too?
能否增加一个使用shadowssocks协议的链式代理示例? 比如,客户端在中国大陆,中转机在香港,落地机在美国,那么这三个角色的配置分别是怎样的?
I want to ask about hysteria2 singbox.I configured correctly and the server runs. but when the client connects to port 443, there is no connection At first I thought it...
想再增加个socks协议,可以如何改动配置文件?还是必须换种方式部署呢
Sing-Box v1.11.1 正式版,用这个配置文件无法启动,求更新。
Fake IP is necessary to use? It adds complexity. Also, the rule_set has been changed to "local," so there’s no need to download it anymore?
如题,想给一些只支持http_proxy的程序用上机场提供的trojan协议的节点,机场clash.yaml中某个节点的信息(隐去一些密钥细节)如下 ``` - name: "节点1\t" type: trojan server: relay-**-**.*****.com port: '22***' password: 1a****-****-****-a467-2b******8d6c sni: **-**.telk*****.com ``` 注意到是一个开启了sni选项的trojan节点,查阅手册后填写对应outbounds项如下: ``` { "type": "trojan", "tag": "trojan-out-node1", "server": "relay-**-**.*****.com", "server_port": 22***, "password": "1a****-****-****-a467-2b******8d6c", "tls":...
多谢大佬分享配置。不过,我目前使用 [sing-box_1.11.json](https://raw.githubusercontent.com/chika0801/sing-box-examples/refs/heads/main/Tun/self-use/sing-box_1.11.json) 这个配置时,访问视频号 或者 企业微信的云盘文件出现。不知道该问题是否普遍? 印象中,我之前使用其他配置文件也出现过该问题,后来设置 `"sniff_override_destination": true` 就能解决问题了。但 1.11不支持该参数了。
`route` 模块中,设置了 ` "final": "proxy"`,同时,也做了如下设置: ``` { "rule_set": "geosite-geolocation-!cn", "outbound": "proxy" }, { "rule_set": "geoip-cn", "outbound": "direct" } ``` 其中的 ``` { "rule_set": "geosite-geolocation-!cn", "outbound": "proxy" } ``` 是否与 `...
如题,sing-box 已经支持了 anytls 协议 pr 地址: https://github.com/SagerNet/sing-box/pull/2615 sing-box 模块化地址: https://github.com/anytls/sing-anytls anytls 项目地址: https://github.com/anytls/sing-anytls