github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/docs/configuration/outbound/selector.zh.md (about) 1 ### 结构 2 3 ```json 4 { 5 "type": "selector", 6 "tag": "select", 7 8 "outbounds": [ 9 "proxy-a", 10 "proxy-b", 11 "proxy-c" 12 ], 13 "default": "proxy-c" 14 } 15 ``` 16 17 !!! error "" 18 19 选择器目前只能通过 [Clash API](/zh/configuration/experimental#clash-api) 来控制。 20 21 ### 字段 22 23 #### outbounds 24 25 ==必填== 26 27 用于选择的出站标签列表。 28 29 #### default 30 31 默认的出站标签。默认使用第一个出站。