{
"GUID": "guid",
"Type": "vpn",
"Name": "MyWireGuard",
"Provider.Host": "wireguard",
"Provider.Type": "wireguard",
"StaticIPConfig": {
"NameServers": [ "8.8.8.8", "8.8.4.4", "0.0.0.0", "0.0.0.0" ]
},
"WireGuard.IPAddress": [ "1.2.3.4", "fd00::1" ],
"WireGuard.Peers": [
{
"AllowedIPs": "0.0.0.0/0",
"Endpoint": "2.2.2.2:54321",
"PersistentKeepalive": "",
"PublicKey": "placeholder_peer_public_key"
}
],
"WireGuard.PrivateKey": "placeholder_private_key"
}