hra42 / Go-DNS

An app to make it super easy to get all relevant dns entries for Microsoft 365 from a domain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go DNS

Note

Download the latest version from the release page and run the executable.

This app is written to make it super easy to get all relevant dns entries from a domain.


Features

The App asks the following dns servers:

  • Google (8.8.8.8)
  • Cloudflare (1.1.1.1)
  • Quad9 (9.9.9.9)

For the following dns entries:

  • CNAME Entries:
    • autodiscover
    • lyncdiscover
    • selector1._domainkey
    • selector2._domainkey
  • MX Entries
  • TXT Entries

It can also check the ssl status of a domain.


Packaging

You need to set up Fyne After that you can clone the repository and run fyne package to build the app.
Don't forget to change the metadata in FyneApp.toml.


Preview

Light Mode

Light Theme

Dark Mode

Dark Theme


Codesandbox

Edit in CodeSandbox

About

An app to make it super easy to get all relevant dns entries for Microsoft 365 from a domain

License:The Unlicense


Languages

Language:Go 99.8%Language:Dockerfile 0.2%