Skip to content

DNS and dig is ugly, and implementing them into your web application is even uglier. But not any longer, for here is dnsjson.com

License

Notifications You must be signed in to change notification settings

matthewgall/dnsjson.com

Repository files navigation

dnsjson.com

GitHub Workflow Status Docker Pulls Docker Image Size (latest by date) Docker Stars Docker Image Version (latest by date)

DNS and dig is ugly, and implementing them into your web application is even uglier. But not any longer, for here is dnsjson.com

Introducing dnsjson.com

Powered by Python and bottle, dnsjson.com is quick and simple to deploy, using all the power of Docker you can be up and running in one command!

Deploying

Deploying dnsjson.com is easy using Docker:

docker run -p 80:5000 matthewgall/dnsjson.com

Honestly, that simple (and none of that one line wget direct to your terminal)

Features

/version

Returns the current running version of dnsjson.com from the released commit hash

$ curl https://dnsjson.com/version
a54fda84993b524288b9597131f8d3aec3945e06

Licence

The MIT License (MIT)

Copyright (c) 2015 - 2020 Matthew Gall

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

DNS and dig is ugly, and implementing them into your web application is even uglier. But not any longer, for here is dnsjson.com

Topics

Resources

License

Stars

Watchers

Forks