mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-04-26 04:09:03 +02:00
Improve formatting
This commit is contained in:
parent
9715a1d6f2
commit
2200d824bf
@ -174,7 +174,8 @@ class DnsProxy(Handler):
|
|||||||
self.to_nameserver = None
|
self.to_nameserver = None
|
||||||
else:
|
else:
|
||||||
self.to_ns_peer, self.to_ns_port = to_nameserver.split("@")
|
self.to_ns_peer, self.to_ns_port = to_nameserver.split("@")
|
||||||
self.to_nameserver = self._addrinfo(self.to_ns_peer, self.to_ns_port)
|
self.to_nameserver = self._addrinfo(self.to_ns_peer,
|
||||||
|
self.to_ns_port)
|
||||||
self.try_send()
|
self.try_send()
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user