mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-23 19:20:41 +02:00
Change listen addr
This commit is contained in:
parent
d9467f6469
commit
874aee5baa
1 changed files with 1 additions and 1 deletions
|
@ -764,6 +764,6 @@ exports.getModule = class NNTPServerModule extends ServerModule {
|
|||
}
|
||||
|
||||
listenURI(port, service = 'nntp') {
|
||||
return `${service}://localhost:${port}`;
|
||||
return `${service}://0.0.0.0:${port}`;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue