diff --git a/src/identification.js b/src/identification.js index 099b3ee6..26a82a0b 100644 --- a/src/identification.js +++ b/src/identification.js @@ -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)}`);