mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-24 03:29:28 +01:00
nefarious: set realhost = displayed host
This commit is contained in:
parent
5796b75373
commit
8ba0412ece
@ -349,7 +349,7 @@ class P10Protocol(Protocol):
|
|||||||
ts, ident, host = args[2:5]
|
ts, ident, host = args[2:5]
|
||||||
|
|
||||||
# XXX: Is realhost ever sent?
|
# XXX: Is realhost ever sent?
|
||||||
realhost = None
|
realhost = host
|
||||||
|
|
||||||
# Thanks to Jobe @ evilnet for the code on what to do here. :) -GL
|
# Thanks to Jobe @ evilnet for the code on what to do here. :) -GL
|
||||||
ip = args[-3]
|
ip = args[-3]
|
||||||
|
Loading…
Reference in New Issue
Block a user