idk and get rid of sstupid warnings ig
This commit is contained in:
parent
cb6af5e7c4
commit
2960c1fe90
17 changed files with 207 additions and 48 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue