mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 20:55:30 +02:00
Listen 'address' for Gopher
This commit is contained in:
parent
8f69984fe9
commit
d54338c46e
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ exports.getModule = class GopherModule extends ServerModule {
|
|||
return cb(Errors.Invalid(`Invalid port: ${config.contentServers.gopher.port}`));
|
||||
}
|
||||
|
||||
return this.server.listen(port, cb);
|
||||
return this.server.listen(port, config.contentServers.gopher.address, cb);
|
||||
}
|
||||
|
||||
get enabled() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue