Version: 3.7.0, Package name: dnscontrol-3.7.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description DNSControl is a system for maintaining DNS zones. It has two parts: a domain specific language (DSL) for describing DNS zones plus software that processes the DSL and pushes the resulting zones to DNS providers. You can think of it as a DNS compiler. The configuration files are written in a DSL that looks a lot like JavaScript. It is compiled to an intermediate representation (IR). Compiler back-ends use the IR to update your DNS zones on services such as Route53, Cloudflare, and Gandi, or systems such as BIND and Active Directory. |
Filesize: 13.973 KB |
Version History (View Complete History) |
|
2021-03-19 05:58:07 by Stuart Henderson | Files touched by this commit (1) |
Log message: dnscontrol: set FIX_CLEANUP_PERMISSIONS |
2021-03-08 06:59:29 by Stuart Henderson | Files touched by this commit (92) |
Log message: bump the golang ports so that pkg_add -u knows to update them |
2021-02-21 03:39:47 by Stuart Henderson | Files touched by this commit (1) |
Log message: Repair COMMENT, thanks portgen. Pointed out by Karlis Mikelson. |
2021-02-20 09:24:23 by Stuart Henderson | Files touched by this commit (7) |
Log message: update to dnscontrol-3.7.0 |
2020-08-27 04:06:52 by Pavel Korovin | Files touched by this commit (4) |
Log message: Fix TTL for DefaultTTL() and SOA records https://github.com/StackExchange/dnscontrol/issues/802 |
2020-08-03 00:20:18 by Pavel Korovin | Files touched by this commit (3) |
Log message: Update dnscontrol 3.1.1 -> 3.2.0 Release notes: https://github.com/StackExchange/dnscontrol/releases/tag/v3.2.0 |
2020-05-30 11:00:32 by Paco Esteban | Files touched by this commit (2) |
Log message: update net/dnscontrol to 3.1.1 Diff from Karlis Mikelsons. Thank you ! Tested by me against GANDI and R53 providers. ok jca@ and me |
2020-04-11 06:45:31 by Klemens Nanni | Files touched by this commit (2) |
Log message: Ship docs This lets new users start from scratch with what our package provides so HOMEPAGE does not have to be consulted after installation. Feedback OK sthen |
2020-03-26 14:33:00 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to dnscontrol-3.0.0, from Karlis Mikelsons, ok paco@ |
2020-02-15 08:44:21 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to dnscontrol-2.11 |
2020-01-20 14:41:02 by Stuart Henderson | Files touched by this commit (1) |
Log message: dnscontrol tweaks: - add aarch64 to ONLY_FOR_ARCHS now that it has golang - drop "MODGO_FLAGS= -tags nosystemd", it was only being passed in for tests which it didn't change, and didn't do anything else. - add the default MODGO_FLAGS from go.port.mk to the custom build commands, to honour MAKE_JOBS/debug settings, and display source files being built |
2020-01-20 14:39:06 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to dnscontrol-2.10.0, from Karlis Mikelson, thanks Paco Esteban for tests/feedback |