Fix derp stun options

This commit is contained in:
世界
2026-07-27 15:51:12 +08:00
parent 9d7e9b9562
commit 67a600dbfb
+1 -1
View File
@@ -90,7 +90,7 @@ type DERPMeshOptions struct {
}
type _DERPSTUNListenOptions struct {
Enabled bool
Enabled bool `json:"enabled,omitempty"`
ListenOptions
}