Tagged Questions
1
vote
2answers
1k views
How do I resolve an SRV record in Python?
Something which doesn't rely on native libraries would be even more better.
0
votes
1answer
38 views
Anyone know of a good regular expression for SRV DNS Records?
So far I've got the following regex that matches against regular domains but not domains with underscores. Example: _tcp._sip.45.example.com. Any help would be greatly appreciated.
...