Allow full tunnel
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
Andrea Ciceri 2025-05-29 15:34:51 +02:00
parent 12b731ef9a
commit 4e90abc309
No known key found for this signature in database

View file

@ -13,6 +13,7 @@
{
publicKey = vpn.sisko.publicKey;
allowedIPs = [ "10.100.0.0/24" ];
# allowedIPs = [ "0.0.0.0/24" ]; # Uncomment for full tunnel
endpoint = "vpn.aciceri.dev:51820";
persistentKeepalive = 25;
}