Add traffic route comment

This commit is contained in:
muon 2025-02-23 21:35:52 +00:00
parent 596ca3f1a3
commit a5be7e4c4f

View file

@ -73,6 +73,7 @@ in with lib; {
presharedKeyFile =
"/home/muon/wireguard-keys/psk-${config.networking.hostName}";
allowedIPs = [ "10.0.0.${toString wg.id}/24" ];
# allowedIPs = [ "0.0.0.0/0" ];
# ip route add 93.95.230.11 via 192.168.0.1
endpoint = "93.95.230.11:51820";
persistentKeepalive = 25;