github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/docs/configuration/outbound/selector.md (about) 1 ### Structure 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 The selector can only be controlled through the [Clash API](/configuration/experimental#clash-api-fields) currently. 20 21 ### Fields 22 23 #### outbounds 24 25 ==Required== 26 27 List of outbound tags to select. 28 29 #### default 30 31 The default outbound tag. The first outbound will be used if empty.