idk and get rid of sstupid warnings ig

This commit is contained in:
tulg 2026-05-15 01:15:57 +03:00
parent cb6af5e7c4
commit 2960c1fe90
17 changed files with 207 additions and 48 deletions

View file

@ -8,6 +8,12 @@
overlordTunIp = "10.0.0.1";
kittykatTunIp = "10.0.0.2";
minecraftTcpPorts = [
25565
25566
25567
25568
];
zomboidUdpPorts = [
16261
@ -41,6 +47,7 @@ in {
networking.firewall = {
enable = true;
interfaces.tun0.allowedUDPPorts = zomboidUdpPorts;
interfaces.tun0.allowedTCPPorts = minecraftTcpPorts;
};
systemd.services.ssh-tun-kittykat = {