Don't fallback to host
in identd server
This commit is contained in:
parent
4b75b42597
commit
fedbb0b819
@ -26,7 +26,7 @@ class Identification {
|
||||
const server = net.createServer(this.serverConnection.bind(this));
|
||||
server.listen({
|
||||
port: Helper.config.identd.port || 113,
|
||||
host: Helper.config.bind || Helper.config.host,
|
||||
host: Helper.config.bind,
|
||||
}, () => {
|
||||
const address = server.address();
|
||||
log.info(`Identd server available on ${colors.green(address.address + ":" + address.port)}`);
|
||||
|
Loading…
Reference in New Issue
Block a user