Search code examples
pythonnetwork-programmingdnssrv

How do I resolve an SRV record in Python?


Something which doesn't rely on native libraries would be better.


Solution

  • You could try the dnspython library: