Compare commits

...

1 commit

Author SHA1 Message Date
d21cf03776
feat: use seperate routing table for wg
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
2025-09-10 21:49:59 +02:00

View file

@ -47,6 +47,7 @@
listenPort = 51820; listenPort = 51820;
privateKeyFile = config.sops.secrets.wireguardKey.path; privateKeyFile = config.sops.secrets.wireguardKey.path;
table = "133";
}; };
}; };