We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
已根据文档编写json并顺利导出sing-box配置。很喜欢多模板配合自动化生成不同配置文件的功能。 目前有如下疑问望解惑
"final"
"address_resolver"
"detour"
"extra_groups"
# 例如在订阅配置`"generate_selector": true,`会生成“订阅1”节点组。使用如下配置扩展组: "extra_groups": [ { "tag": "香港自动", "type": "urltest", "filter": "🇭🇰|HK|hk|香港|港|HongKong", "custom_urltest": { "outbounds": null, "url": "http://www.gstatic.com/generate_204", "interval": "10m0s", "tolerance": 50 } } ] # 会生成如下节点组 { "type": "urltest", "tag": "香港自动", "outbounds": [ "订阅1", "香港 01", "香港 02" ], "url": "http://www.gstatic.com/generate_204", "interval": "10m0s", "tolerance": 50 } # 如何避免自动生成的订阅组添加到扩展筛选组中
The text was updated successfully, but these errors were encountered:
No branches or pull requests
已根据文档编写json并顺利导出sing-box配置。很喜欢多模板配合自动化生成不同配置文件的功能。
目前有如下疑问望解惑
"final"
的选项。"address_resolver"
和"detour"
。"extra_groups"
生成扩展节点组时不包含订阅自动生成的选择组或自动组。The text was updated successfully, but these errors were encountered: