feat: add support for tailscale funnel

This commit is contained in:
Stavros
2026-06-21 16:23:20 +03:00
parent 2ab24432bb
commit 8c739c68e3
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -216,6 +216,7 @@ type TailscaleConfig struct {
Hostname string `description:"Tailscale hostname." yaml:"hostname"`
AuthKey string `description:"Tailscale auth key." yaml:"authKey"`
Ephemeral bool `description:"Use ephemeral Tailscale node." yaml:"ephemeral"`
Funnel bool `description:"Enable Tailscale Funnel." yaml:"funnel"`
Listen bool `description:"Listen on the Tailscale address instead of standard address." yaml:"listen"`
}