Merge pull request #2273 from thelounge/xpaw/oidentd-order
Fix order in oidentd file
This commit is contained in:
commit
819f6c5ad2
@ -91,9 +91,9 @@ class Identification {
|
||||
|
||||
this.connections.forEach((connection) => {
|
||||
file += `to ${connection.socket.remoteAddress}`
|
||||
+ ` lport ${connection.socket.localPort}`
|
||||
+ ` from ${connection.socket.localAddress}`
|
||||
+ ` fport ${connection.socket.remotePort}`
|
||||
+ ` from ${connection.socket.localAddress}`
|
||||
+ ` lport ${connection.socket.localPort}`
|
||||
+ ` { reply "${connection.user}" }\n`;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user