github.com/sagernet/sing-box@v1.9.0-rc.20/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    "interrupt_exist_connections": false
    15  }
    16  ```
    17  
    18  !!! quote ""
    19  
    20      选择器目前只能通过 [Clash API](/zh/configuration/experimental#clash-api) 来控制。
    21  
    22  ### 字段
    23  
    24  #### outbounds
    25  
    26  ==必填==
    27  
    28  用于选择的出站标签列表。
    29  
    30  #### default
    31  
    32  默认的出站标签。默认使用第一个出站。
    33  
    34  #### interrupt_exist_connections
    35  
    36  当选定的出站发生更改时,中断现有连接。
    37  
    38  仅入站连接受此设置影响,内部连接将始终被中断。