Fix derp stun options

This commit is contained in:
世界
2026-07-24 09:02:57 +08:00
parent 9d7e9b9562
commit 67a600dbfb

View File

@@ -90,7 +90,7 @@ type DERPMeshOptions struct {
}
type _DERPSTUNListenOptions struct {
Enabled bool
Enabled bool `json:"enabled,omitempty"`
ListenOptions
}