s/port/internalPort

This commit is contained in:
Nicolas Jeannerod 2024-09-24 14:42:18 +02:00
parent 042cb2d517
commit a600829d56
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -18,8 +18,8 @@ in {
}
{
from = "host";
host.port = fedicfg.web.port;
guest.port = fedicfg.web.port;
host.port = fedicfg.web.internalPort;
guest.port = fedicfg.web.internalPort;
}
];
}