All Versions
3
Latest Version
1.1
Avg Release Cycle
2 days
Latest Release
2817 days ago

Changelog History

  • v1.1 Changes

    August 08, 2016
    • The create user-dialog was broken
    • ๐Ÿ“š Documentation added for Ubuntu users that are running 4.0.0-alpha versions.
  • v1.0 Changes

    August 05, 2016

    โœ… Lots of new features and fixes. Greatest change is that we now support the official PDNS Api, for PDNS >= 4.0.0!

    Other stuff to note:

    • Searching is now done by Pdns via the (undocumented) search-data-call. It searches zonenames, records and comments.
    • A lot of new stuff has been written to make objects of a zone and its component. Main reason for that is that PDNS decided not to do 'records' anymore, but 'rrsets', which hold records. You might notice that you are unable to set a different TTL for two records in the same rrset. This is illegal because TTL is part of an rrset, not a record.
    • You may want to look at includes/class/ if you are looking for ways to communicate with PDNS via PHP. It might make your life easier.
    • NSEdit is no longer using submodules which made installation a bit difficult. We're now using subtrees which also include the files of the subtrees in the nsedit repo. This makes downloading NSEdit easier (as a ZIP/tar.gz file).
    • ๐Ÿš€ v0.9 has been released for those of you that are still running PDNS < 4 (like me ;))

    ๐Ÿ”ง Configuring PowerDNS

    ๐Ÿ‘ Minimal cofiguration of PowerDNS for supporting nsedit has to include 3 directives:

    webserver=yes
    api=yes
    api-key=SomeRandomString
    

    Special note for Ubuntu Xenial Xerus 16.04 users:
    Default pdns package included in Ubuntu repositories has the version of 4.0.0-alpha2 and nsedit v1.0 doesn't work with it due to API incompatibility.

    โœ… If your PowerDNS version is not the latest one, please consider adding PowerDNS repository to your system.

    Detailed instructions for adding repository are available at http://repo.powerdns.com/

  • v0.9 Changes

    August 05, 2016

    ๐Ÿš€ This release should be used if you are not running a version of PowerDNS where the API is an official part of the product, it is marked experimental.

    If you are running Pdns 4.0.0 or greater, this version _will not _ work for you. Version 1.0 of NSEdit is a greatly improved version and you are being encouraged to upgrade both PowerDNS and NSEdit.