Rollback modifications

This commit is contained in:
Pierre Lannoy 2023-12-13 19:56:39 +01:00
commit 39bf5761f0
Signed by: Pierre Lannoy
GPG key ID: D27231EF87D53F31

2
app.js
View file

@ -15,7 +15,7 @@ const main = async () => {
SNICallback: SniListener,
}, listener);
httpsServer.listen(port443);
//app.listen(port80);
app.listen(port80);
};
main().catch((err) => {