UDP 代理
# orbien.toml
[[proxies]]
name = "DNS"
protocol = "udp"
local_ip = "8.8.8.8"
local_port = 53
remote_port = 9055
参数说明
| 参数名 | 类型 | 默认值 | 描述 | 必填 |
|---|---|---|---|---|
| name | String | 代理名称,唯一标识一个代理配置 | 是 | |
| protocol | String | 协议类型 | 是 | |
| local_ip | String | 127.0.0.1 | 本地IP | 否 |
| local_port | Integer | 本地端口 | 是 | |
| remote_port | Integer | 远程访问端口,留空自动分配 | 否 | |
| enabled | Boolean | true | 是否开启代理 | 否 |