Listen 'address' for Gopher
This commit is contained in:
parent
8f69984fe9
commit
d54338c46e
|
@ -113,7 +113,7 @@ exports.getModule = class GopherModule extends ServerModule {
|
||||||
return cb(Errors.Invalid(`Invalid port: ${config.contentServers.gopher.port}`));
|
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() {
|
get enabled() {
|
||||||
|
|
Loading…
Reference in New Issue