1
0

hosts/porter: Proxy port 80 and 443 to baikonur

This commit is contained in:
2025-05-31 13:02:18 +02:00
parent 1a9475ad7f
commit 50ca6f03ee

View File

@@ -26,8 +26,18 @@
ipv6AcceptRAConfig.DHCPv6Client = "no";
};
profiles.clerie.common-webserver.httpDefaultVirtualHost = false;
clerie.nginx-port-forward = {
enable = true;
tcpPorts."80" = {
host = "baikonur.dyn.weimarnetz.de";
port = 80;
};
tcpPorts."443" = {
host = "baikonur.dyn.weimarnetz.de";
port = 443;
};
tcpPorts."2022" = {
host = "nonat.net.clerie.de";
port = 22;