devices.srv3: add forward

This commit is contained in:
2025-05-10 12:57:30 +08:00
parent 3d4b540a92
commit e2241af86b

View File

@@ -51,7 +51,15 @@ inputs:
web = [ "natsume.nohost.me" ];
};
};
test = { memoryMB = 4 * 1024; cpus = 1; address = 4; owner = "chn"; vnc.openFirewall = false; };
test =
{
memoryMB = 1024;
cpus = 1;
address = 4;
owner = "chn";
vnc.openFirewall = false;
portForward.web = [ "example.chn.moe" ];
};
};
rsshub = {};
misskey.instances =