Add listen_port option to Tailscale endpoint

This commit is contained in:
世界
2026-08-30 17:41:45 +08:00
parent b3a45e0839
commit 24d1f271bf
5 changed files with 27 additions and 0 deletions
+5
View File
@@ -4534,6 +4534,11 @@
}
]
},
"listen_port": {
"type": "integer",
"minimum": 0,
"maximum": 65535
},
"relay_server_port": {
"type": "integer",
"minimum": 0,