From 25e71023dce0f70746fd750f1fd927cc1a7ca0ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Thu, 13 Feb 2025 08:45:49 +0800 Subject: [PATCH] documentation: Fix missing `advertise_exit_node` --- docs/configuration/endpoint/tailscale.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/configuration/endpoint/tailscale.md b/docs/configuration/endpoint/tailscale.md index 1dd22dd3..c2fccecf 100644 --- a/docs/configuration/endpoint/tailscale.md +++ b/docs/configuration/endpoint/tailscale.md @@ -18,6 +18,7 @@ icon: material/new-box "exit_node": "", "exit_node_allow_lan_access": false, "advertise_routes": [], + "advertise_exit_node": false, "udp_timeout": "5m", ... // 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"]` +#### advertise_exit_node + +Indicates whether the node should advertise itself as an exit node. + #### udp_timeout UDP NAT expiration time.