1
0

Configure port forwards

This commit is contained in:
2020-12-26 01:49:13 +01:00
parent 2bf3623eae
commit 4bdc98598c
2 changed files with 28 additions and 0 deletions

View File

@@ -56,6 +56,14 @@
};
};
clerie.nginx-port-forward = {
enable = true;
tcpPorts."2022" = {
host = "nonat.net.clerie.de";
port = 22;
};
};
networking.firewall.allowedUDPPorts = [ 50138 51337 ];
petabyte.policyrouting = {