Skip to content

BlossomDNS/register

Repository files navigation


Logo

BlossomDNS

DNS Management / Subdomain Records Done Easier
Website » Documentation »

GitHub forks GitHub Repo stars GitHub GitHub code size in bytes

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

About The Project

image

Introducing BlossomDNS: Simplifying DNS and Subdomain Records Management with Elegance

In the dynamic landscape of modern digital infrastructure, effective and streamlined management of DNS and subdomain records is paramount. Enter BlossomDNS, a sophisticated solution meticulously crafted to make this task not only easier but also exceptionally elegant.

Our mission at BlossomDNS is to revolutionize the way you handle your DNS and subdomain records, offering a professional and innovative approach that ensures smooth, efficient, and organized management. With BlossomDNS, you'll experience a heightened level of control over your online presence, allowing you to focus on what truly matters—your core business operations.

(back to top)

Getting Started

Prerequisites

Make sure to install Python (preferable 3.11) at https://www.python.org/downloads/

Installation

  1. Clone the repo
    git clone https://github.com/BlossomDNS/register
  2. Install Python Modules from Requirements.txt
    pip install -r requirements.txt
  3. Change the file name of config.py.template to config.py and update the data. You will need:
  • Cloudflare Subdomain's Zone ID, API Token, and Account ID
  • Github OAuth ID
  • Discord Webhook (optional)
  1. Run main.py and Python Flask should boot up a page for you to look at

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b BlossomDNS/Register)
  3. Commit your Changes (git commit -m 'Add some AmazingFeatures')
  4. Push to the Branch (git push origin BlossomDNS/Register)
  5. Open a Pull Request

(back to top)

License

Distributed under the BSD-3 License. See LICENSE.txt for more information.

(back to top)

Contact

Discord - https://discord.gg/7xwqykWN3Z

(back to top)

Acknowledgments

BlossomDNS is open sourced and is open for anyone to use it.

(back to top)