From a1214f6637701c4a2f5a63b7359bd45a01f357e0 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 d04f81bf8..59d7101b9 100644 --- a/option/tailscale.go +++ b/option/tailscale.go @@ -135,7 +135,7 @@ type DERPMeshOptions struct { } type _DERPSTUNListenOptions struct { - Enabled bool + Enabled bool `json:"enabled,omitempty"` ListenOptions }