Fix derp stun options

This commit is contained in:
世界
2026-07-24 09:02:57 +08:00
parent 8bc6787c7f
commit a1214f6637
+1 -1
View File
@@ -135,7 +135,7 @@ type DERPMeshOptions struct {
}
type _DERPSTUNListenOptions struct {
Enabled bool
Enabled bool `json:"enabled,omitempty"`
ListenOptions
}