Skip to content

Commit

Permalink
Add V6Only
Browse files Browse the repository at this point in the history
  • Loading branch information
xqzr authored Dec 5, 2023
1 parent 056611d commit b4877b3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/config/transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
"domainStrategy": "AsIs",
"dialerProxy": "",
"acceptProxyProtocol": false,
"tcpKeepAliveInterval": 0
"tcpKeepAliveInterval": 0,
"V6Only": false
}
}
```
Expand Down Expand Up @@ -497,7 +498,8 @@ OCSP 装订更新,与证书热重载的时间间隔。 单位:秒。默认
"tcpKeepAliveIdle": 300,
"tcpUserTimeout": 10000,
"tcpcongestion": "bbr",
"interface": "wg0"
"interface": "wg0",
"V6Only": false
}
```

Expand Down Expand Up @@ -659,3 +661,7 @@ TCP 拥塞控制算法。仅支持 Linux。
> `interface`: ""
指定绑定出口网卡名称 仅支持 linux。

> `V6Only`: true | false
填写 `true` 时,监听 `::` 地址仅接受 IPv6 连接。仅支持 Linux。

0 comments on commit b4877b3

Please sign in to comment.