Skip to content

Cloudxtreme/django_atomiadns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_atomiadns

A webapp written for atomiadns. The webapp is run as your normal django project (I use gunicorn).

Change following settings according to your setup:

In django_atomiadns.settings

SECRET_KEY --> Seriously change that one! DEBUG --> set to true unless you want it not to be :P PYATOMIADNS_JSON_URL = 'https://dns.sejo-it.be/atomiadns.json' ATOMIADNS_DEFAULT_NAMESERVERS = ['dns1.sejo-it.be', 'dns2.sejo-it.be', 'dns3.sejo-it.be'] ATOMIADNS_DEFAULT_SOA_EMAIL = 'jochen.sejo-it.be' PAGINATION_OFFSET = 10 STATIC_ROOT=/path/to/static_root

Features available:

  • list/add/delete zone
  • import zone (atomiadns or bind format)
  • list/add/delete/modify records

Have fun!

License: None, use as pleased!

About

Webapp for Atomiadns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.9%
  • Python 32.0%
  • HTML 16.2%
  • JavaScript 7.9%