feat: nb add network to epicenter wireguard

This commit is contained in:
Dominik Polakovics Polakovics 2026-04-22 21:24:09 +02:00
parent 23442bb6ea
commit 1f5e5b9a37
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@
server = [
"/epicenter.works/10.50.60.1"
"/epicenter.intra/10.50.60.1"
"/akvorrat.at/10.50.60.1"
"9.9.9.9"
"149.112.112.11"

View file

@ -47,7 +47,7 @@
endpoint = "5.9.131.17:51821";
publicKey = "T7jPGSapSudtKyWwi2nu+2hjjse96I4U3lccRHZWd2s=";
presharedKeyFile = config.sops.secrets.wg_epicenter_works_psk.path;
allowedIPs = [ "10.14.1.0/24" "10.14.2.0/24" "10.14.11.0/24" "10.14.40.0/24" "10.25.0.0/24" "10.50.60.0/24" "10.60.60.0/24" ];
allowedIPs = [ "10.14.1.0/24" "10.14.2.0/24" "10.14.11.0/24" "10.14.40.0/24" "10.14.50.0/24" "10.25.0.0/24" "10.50.60.0/24" "10.60.60.0/24" ];
}
];
};