mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-25 10:20:23 +00:00
8 lines
98 B
Python
8 lines
98 B
Python
|
|
#!/opt/python/bin/python
|
||
|
|
|
||
|
|
import DNS
|
||
|
|
|
||
|
|
DNS.ParseResolvConf()
|
||
|
|
|
||
|
|
print DNS.mxlookup("connect.com.au")
|