diff --git a/browser/wsproxy.js b/browser/wsproxy.js index 6700a477..e54d7b81 100644 --- a/browser/wsproxy.js +++ b/browser/wsproxy.js @@ -183,7 +183,7 @@ function SocketState(server, socket) { this.target = server.target; this.snonce = utils.nonce(true); this.socket = null; - this.host = socket.conn.remoteAddress; + this.host = IP.normalize(socket.conn.remoteAddress); this.remoteHost = null; }