Missing Files

This commit is contained in:
2025-04-11 18:40:29 +02:00
parent 27fda231ea
commit 02e8a102d3
4 changed files with 5 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ const config = {
whitelist_url: "https://laber",
whitelist_enabled: false,
webport: 8000,
webbind:"127.0.0.1"
webbind:"0.0.0.0"
};
module.exports = config;