Skip to content

MaieuticalLabs/gomx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gomx

Http service to check if a domain has an MX record.

This is a research project, use at your own risk.

Usage

$ ./gomx
Service listening on: 127.0.0.1:8000

Options available

$ ./gomx --help
Usage of ./gomx:
  -address string
    	Address to bind to (default "127.0.0.1:8000")

API

$ http --json -f POST http://127.0.0.1:8000/api/v1/check domain=iicloud.com

HTTP/1.1 200 OK
Content-Length: 16
Content-Type: text/plain; charset=utf-8
Date: Thu, 19 Mar 2020 11:16:16 GMT

{
    "status": false
}

About

Http service to check if a domain has an MX record via a JSON interface

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages