documentation: Fix missing advertise_exit_node

This commit is contained in:
世界 2025-02-13 08:45:49 +08:00
parent 49f23cfb8a
commit 25e71023dc
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

@ -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.