mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-08 19:54:12 +08:00
documentation: Fix missing advertise_exit_node
This commit is contained in:
parent
49f23cfb8a
commit
25e71023dc
@ -18,6 +18,7 @@ icon: material/new-box
|
|||||||
"exit_node": "",
|
"exit_node": "",
|
||||||
"exit_node_allow_lan_access": false,
|
"exit_node_allow_lan_access": false,
|
||||||
"advertise_routes": [],
|
"advertise_routes": [],
|
||||||
|
"advertise_exit_node": false,
|
||||||
"udp_timeout": "5m",
|
"udp_timeout": "5m",
|
||||||
|
|
||||||
... // Dial Fields
|
... // Dial Fields
|
||||||
@ -75,6 +76,10 @@ CIDR prefixes to advertise into the Tailscale network as reachable through the c
|
|||||||
|
|
||||||
Example: `["192.168.1.1/24"]`
|
Example: `["192.168.1.1/24"]`
|
||||||
|
|
||||||
|
#### advertise_exit_node
|
||||||
|
|
||||||
|
Indicates whether the node should advertise itself as an exit node.
|
||||||
|
|
||||||
#### udp_timeout
|
#### udp_timeout
|
||||||
|
|
||||||
UDP NAT expiration time.
|
UDP NAT expiration time.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user