github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/docs/configuration/outbound/direct.zh.md (about)

     1  `direct` 出站直接发送请求。
     2  
     3  ### 结构
     4  
     5  ```json
     6  {
     7    "type": "direct",
     8    "tag": "direct-out",
     9    
    10    "override_address": "1.0.0.1",
    11    "override_port": 53,
    12    "proxy_protocol": 0,
    13  
    14    ... // 拨号字段
    15  }
    16  ```
    17  
    18  ### 字段
    19  
    20  #### override_address
    21  
    22  覆盖连接目标地址。
    23  
    24  #### override_port
    25  
    26  覆盖连接目标端口。
    27  
    28  #### proxy_protocol
    29  
    30  写出 [代理协议](https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt) 到连接头。
    31  
    32  可用协议版本值:`1` 或 `2`。
    33  
    34  ### 拨号字段
    35  
    36  参阅 [拨号字段](/zh/configuration/shared/dial/)。