Tue Jun 4 11:43:23 PM CEST 2024

This commit is contained in:
Thomas Avé 2024-06-04 23:43:23 +02:00
parent a0c5c0ea56
commit 3941003f56
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
dns = [ "10.0.0.1" "fdc9:281f:04d7:9ee9::1" ]; dns = [ "10.0.0.1" "fdc9:281f:04d7:9ee9::1" ];
privateKeyFile = "/home/user/.secrets/Wireguard/Aloria.key"; privateKeyFile = "/home/user/.secrets/Wireguard/Aloria.key";
listenPort = 51820; listenPort = 51820;
postSetup = "resolvectl dns %i 10.0.0.1; resolvectl domain %i ~thomasave.be;"; postUp = "resolvectl dns %i 10.0.0.1; resolvectl domain %i ~thomasave.be;";
peers = [{ peers = [{
publicKey = "/9ppjm3yeD0duDvxrqgcHscHmftXko+0s2RbivNEy2c="; publicKey = "/9ppjm3yeD0duDvxrqgcHscHmftXko+0s2RbivNEy2c=";
allowedIPs = [ "10.0.0.1/8" "192.168.1.2/32" ]; allowedIPs = [ "10.0.0.1/8" "192.168.1.2/32" ];