devices.srv3: add port forward

This commit is contained in:
2025-05-12 10:40:05 +08:00
parent 8221864e9d
commit 4c67d52a15

View File

@@ -63,7 +63,12 @@ inputs:
{
owner = "chn";
hardware = { memoryMB = 512; cpus = 1; };
network = { address = 4; vnc.openFirewall = false; portForward.web = [ "example.chn.moe" ]; };
network =
{
address = 4;
vnc.openFirewall = false;
portForward = { tcp = [{ host = 5693; guest = 22; }]; web = [ "example.chn.moe" ]; };
};
};
};
rsshub = {};