Add bind address to outbound options

This commit is contained in:
世界
2022-08-22 14:28:23 +08:00
parent 3a442347a5
commit 7ba0a14e97
13 changed files with 71 additions and 9 deletions

View File

@@ -19,6 +19,7 @@
"detour": "upstream-out",
"bind_interface": "en0",
"bind_address": "0.0.0.0",
"routing_mark": 1234,
"reuse_addr": false,
"connect_timeout": "5s",
@@ -82,6 +83,10 @@ Other dial fields will be ignored when enabled.
The network interface to bind to.
#### bind_address
The address to bind to.
#### routing_mark
!!! error ""