Do you support sending DNS requests to any port other than port 53?
In at least one example of sending a request to 208.67.222.222:5353 the IP was given to pycares which threw an error:
File "/usr/local/lib/python3.12/site-packages/aiodns/__init__.py", line 55, in __init__
self.nameservers = nameservers
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiodns/__init__.py", line 66, in nameservers
self._channel.servers = value
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/pycares/__init__.py", line 468, in servers
raise ValueError("invalid IP address")
ValueError: invalid IP address
Do you support sending DNS requests to any port other than port 53?
In at least one example of sending a request to 208.67.222.222:5353 the IP was given to pycares which threw an error:
https://github.com/home-assistant/core/issues/113988