From 67a600dbfbcccc0f11d29056ef6c7d24ab603e48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Fri, 24 Jul 2026 09:02:57 +0800 Subject: [PATCH] Fix derp stun options --- option/tailscale.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/option/tailscale.go b/option/tailscale.go index 68a14369..cdb29706 100644 --- a/option/tailscale.go +++ b/option/tailscale.go @@ -90,7 +90,7 @@ type DERPMeshOptions struct { } type _DERPSTUNListenOptions struct { - Enabled bool + Enabled bool `json:"enabled,omitempty"` ListenOptions }