wireguard: ini.Unmarshal() [WIP]

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-09-01 21:29:21 +00:00
parent 0a48a40796
commit 098482a890
+1 -1
View File
@@ -78,7 +78,7 @@ type PeerConfig struct {
Name string
PublicKey PublicKey
Endpoint EndpointAddress
AllowedIPs []netip.Prefix
AllowedIPs []netip.Prefix `ini:",comma"`
}
// EndpointAddress is a host:port pair to reach the Peer