Add missing accept_routes option for Tailscale

This commit is contained in:
世界
2025-05-12 18:06:58 +08:00
parent 1cca8e4e01
commit 28f29b8b01
3 changed files with 12 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ icon: material/new-box
"control_url": "",
"ephemeral": false,
"hostname": "",
"accept_routes": false,
"exit_node": "",
"exit_node_allow_lan_access": false,
"advertise_routes": [],
@@ -62,6 +63,10 @@ System hostname is used by default.
Example: `localhost`
#### accept_routes
Indicates whether the node should accept routes advertised by other nodes.
#### exit_node
The exit node name or IP address to use.