direct
outbound send requests directly.
{
"type": "direct",
"tag": "direct-out",
"override_address": "1.0.0.1",
"override_port": 53,
"proxy_protocol": 0,
... // Dial Fields
}
Override the connection destination address.
Override the connection destination port.
Write Proxy Protocol in the connection header.
Protocol value can be 1
or 2
.
See Dial Fields for details.