Skip to content

Releases: getnamingo/fossbilling-dns

v0.8.5

14 Feb 10:21
Compare
Choose a tag to compare
  • Added support for DNSimple DNS.

Reminder: If using module from previous versions and is impossible to make a reinstall, you need to make the following DB modifications:

ALTER TABLE `service_dns` ADD COLUMN `zoneId` varchar(100) DEFAULT NULL;
ALTER TABLE `service_dns_records` ADD COLUMN `recordId` varchar(100) DEFAULT NULL;

v0.8.4

14 Feb 09:04
Compare
Choose a tag to compare
  • Added support for Hetzner DNS.

If using module from previous versions and is impossible to make a reinstall, you need to make the following DB modifications:

ALTER TABLE `service_dns` ADD COLUMN `zoneId` varchar(100) DEFAULT NULL;
ALTER TABLE `service_dns_records` ADD COLUMN `recordId` varchar(100) DEFAULT NULL;

v0.8.3

v0.8.2

31 Jan 09:39
Compare
Choose a tag to compare
  • Added support for PowerDNS.

v0.8.1

30 Jan 14:30
Compare
Choose a tag to compare
  • Added support for BIND DNS.
  • Responsiveness and UI fixes.
  • Improvement in the config interface.

v0.8

30 Jan 11:17
Compare
Choose a tag to compare

First stable version, supports Desec.io and Vultr as hosting providers. You can test and report any bugs.