yevaud/pennykettle: Fix IPv6 again

This commit is contained in:
Katherina Walshe-Grey 2025-06-16 20:35:33 +01:00
parent 9cf30613f4
commit 7e61ad0aac

View file

@ -75,7 +75,7 @@
};
wireguardPeers = [{
PublicKey = "C+u+eQw5yWI2APCfVJwW6Ovj3g4IrTOfe+tMZnNz43s=";
AllowedIPs = "0.0.0.0/0";
AllowedIPs = [ "0.0.0.0/0" "::/0" ];
Endpoint = "217.138.216.162:51820";
PersistentKeepalive = 5;
}];