Anyone know if python has a module to issue a query similar to:
dig <domain> MX
To discover server names? Rather not use 3rd party modules since this needs to run on a bunch of machines, thus one more dependency is difficult to accomodate. Thanks!
dig <domain> MX
To discover server names? Rather not use 3rd party modules since this needs to run on a bunch of machines, thus one more dependency is difficult to accomodate. Thanks!
Comment