#3029 - Remove old initialisation of dns server attr that caused a bug
This commit is contained in:
@@ -41,7 +41,6 @@ class DNSClient(Service, identifier="DNSClient"):
|
||||
# TCP for now
|
||||
kwargs["protocol"] = PROTOCOL_LOOKUP["TCP"]
|
||||
super().__init__(**kwargs)
|
||||
self.dns_server = self.config.dns_server
|
||||
self.start()
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user