mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-02-07 06:01:06 +01:00
Fix long line in previous commit
This commit is contained in:
parent
7d89b2d89f
commit
227412e218
@ -424,7 +424,8 @@ def ondns(listener, method, mux, handlers):
|
|||||||
if dstip is None:
|
if dstip is None:
|
||||||
debug1('DNS request from %r: %d bytes\n' % (srcip, len(data)))
|
debug1('DNS request from %r: %d bytes\n' % (srcip, len(data)))
|
||||||
else:
|
else:
|
||||||
debug1('DNS request from %r to %r: %d bytes\n' % (srcip, dstip, len(data)))
|
debug1('DNS request from %r to %r: %d bytes\n' %
|
||||||
|
(srcip, dstip, len(data)))
|
||||||
chan = mux.next_channel()
|
chan = mux.next_channel()
|
||||||
dnsreqs[chan] = now + 30
|
dnsreqs[chan] = now + 30
|
||||||
mux.send(chan, ssnet.CMD_DNS_REQ, data)
|
mux.send(chan, ssnet.CMD_DNS_REQ, data)
|
||||||
|
Loading…
Reference in New Issue
Block a user