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

@@ -1,6 +1,7 @@
#### 2022/08/22
* Add strategy setting for each [DNS server](/configuration/dns/server)
* Add bind address to outbound options
#### 2022/08/21

View File

@@ -14,6 +14,7 @@
"detour": "upstream-out",
"bind_interface": "en0",
"bind_address": "0.0.0.0",
"routing_mark": 1234,
"reuse_addr": false,
"connect_timeout": "5s",
@@ -47,6 +48,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 ""

View File

@@ -17,6 +17,7 @@
"detour": "upstream-out",
"bind_interface": "en0",
"bind_address": "0.0.0.0",
"routing_mark": 1234,
"reuse_addr": false,
"connect_timeout": "5s",
@@ -66,6 +67,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 ""

View File

@@ -25,6 +25,7 @@
"detour": "upstream-out",
"bind_interface": "en0",
"bind_address": "0.0.0.0",
"routing_mark": 1234,
"reuse_addr": false,
"connect_timeout": "5s",
@@ -134,6 +135,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 ""

View File

@@ -17,6 +17,7 @@
"detour": "upstream-out",
"bind_interface": "en0",
"bind_address": "0.0.0.0",
"routing_mark": 1234,
"reuse_addr": false,
"connect_timeout": "5s",
@@ -106,6 +107,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 ""

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 ""

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 ""

View File

@@ -16,6 +16,7 @@
"detour": "upstream-out",
"bind_interface": "en0",
"bind_address": "0.0.0.0",
"routing_mark": 1234,
"reuse_addr": false,
"connect_timeout": "5s",
@@ -69,6 +70,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 ""

View File

@@ -16,6 +16,7 @@
"detour": "upstream-out",
"bind_interface": "en0",
"bind_address": "0.0.0.0",
"routing_mark": 1234,
"reuse_addr": false,
"connect_timeout": "5s",
@@ -75,6 +76,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 ""

View File

@@ -20,6 +20,7 @@
"detour": "upstream-out",
"bind_interface": "en0",
"bind_address": "0.0.0.0",
"routing_mark": 1234,
"reuse_addr": false,
"connect_timeout": "5s",
@@ -109,6 +110,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 ""

View File

@@ -21,6 +21,7 @@
"detour": "upstream-out",
"bind_interface": "en0",
"bind_address": "0.0.0.0",
"routing_mark": 1234,
"reuse_addr": false,
"connect_timeout": "5s",
@@ -101,6 +102,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 ""