mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-03-10 13:08:41 +01:00
Fix reversed debug messages.
This commit is contained in:
parent
151634cd8c
commit
256ed7d244
@ -251,8 +251,8 @@ class Method(BaseMethod):
|
||||
if dns and recvmsg is None:
|
||||
Fatal("tproxy DNS support requires recvmsg function.\n")
|
||||
|
||||
if dns:
|
||||
if udp:
|
||||
debug1("tproxy UDP support enabled.\n")
|
||||
|
||||
if udp:
|
||||
if dns:
|
||||
debug1("tproxy DNS support enabled.\n")
|
||||
|
Loading…
Reference in New Issue
Block a user