Remove reserved

This commit is contained in:
Sergei Maklagin
2026-05-29 14:34:11 +03:00
parent a47bdbe2ae
commit 6c1d568876
8 changed files with 23 additions and 62 deletions

View File

@@ -30,7 +30,6 @@ type WireGuardPeer struct {
PreSharedKey string `json:"pre_shared_key,omitempty"`
AllowedIPs badoption.Listable[netip.Prefix] `json:"allowed_ips,omitempty"`
PersistentKeepaliveInterval uint16 `json:"persistent_keepalive_interval,omitempty"`
Reserved []uint8 `json:"reserved,omitempty"`
}
type WireGuardAmnezia struct {