Revert "Move exoplasim wg to IPv6"

This reverts commit 9f77b7be31.
This commit is contained in:
Vili Sinervä 2025-01-08 14:36:47 +02:00
parent edd431cd29
commit a50efa9949
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -10,7 +10,7 @@
wg-quick.interfaces = { wg-quick.interfaces = {
wg0 = { wg0 = {
address = [ "fd08:d473:bcca:f1::1/64" ]; address = [ "10.0.0.1/24" ];
privateKeyFile = "/root/wireguard-keys/privatekey"; privateKeyFile = "/root/wireguard-keys/privatekey";
listenPort = 51821; listenPort = 51821;
@ -22,7 +22,7 @@
# } # }
{ {
publicKey = "9FOmHXs0CmDlW61noS7DqhgH5GfQHzg8ZMasyNQACSc="; publicKey = "9FOmHXs0CmDlW61noS7DqhgH5GfQHzg8ZMasyNQACSc=";
allowedIPs = [ "fd08:d473:bcca:f1::2/128" ]; allowedIPs = [ "10.0.0.2/32" ];
} }
]; ];
}; };