Wed Jun 5 02:13:12 AM CEST 2024

This commit is contained in:
Thomas Avé 2024-06-05 02:13:12 +02:00
parent 1ae78f195d
commit 0cd298f97b
1 changed files with 1 additions and 1 deletions

View File

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