#3029 - Remove old initialisation of dns server attr that caused a bug

This commit is contained in:
Marek Wolan
2025-01-31 14:46:43 +00:00
parent 3260e1f30b
commit a77fa65c39

View File

@@ -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