2018-07-09 13:26:47 +02:00
|
|
|
BIND implements the DNS protocols. The DNS protocols are part of
|
|
|
|
|
the core Internet standards. They specify the process by which
|
|
|
|
|
one computer can find another computer on the basis of its name.
|
|
|
|
|
The BIND software distribution contains all of the software
|
|
|
|
|
necessary for asking and answering name service questions.
|
|
|
|
|
|
2022-04-22 14:45:23 +02:00
|
|
|
WWW: https://www.isc.org
|
2018-12-15 07:53:53 +01:00
|
|
|
|
|
|
|
|
Plugin Changelog
|
|
|
|
|
================
|
|
|
|
|
|
2025-07-10 08:10:17 +02:00
|
|
|
1.34
|
|
|
|
|
|
|
|
|
|
* Add custom configuration include directory /usr/local/etc/namedb/named.conf.d (contributed by Nicholas Card)
|
2025-07-10 10:08:47 +02:00
|
|
|
* Add forward zones
|
2025-08-19 07:22:39 +02:00
|
|
|
* Fix primary zones grid and command column (contributed by benyamin-codez)
|
2025-07-10 08:10:17 +02:00
|
|
|
|
2024-09-19 15:21:53 +01:00
|
|
|
1.33
|
|
|
|
|
|
|
|
|
|
* Add option to allow the rndc-key for zone transfers (contributed by Naomi Rennie-Waldock)
|
2024-11-05 16:02:23 +01:00
|
|
|
* Switch to Bind 9.20
|
2024-09-19 15:21:53 +01:00
|
|
|
|
2024-07-10 10:46:22 +02:00
|
|
|
1.32
|
|
|
|
|
|
|
|
|
|
* Fix handling of multiple ACLs in allow-query/allow-transfer (contributed by Nathan Rennie-Waldock)
|
2024-07-11 07:05:14 +02:00
|
|
|
* Fix multiple select on Recursion field and resulting multiple ACLs (contributed by Jordan Stacy)
|
2024-09-05 09:26:28 +02:00
|
|
|
* Add SSHFP record type (contributed by doktornotor)
|
2024-07-10 10:46:22 +02:00
|
|
|
|
2024-04-03 12:28:10 +02:00
|
|
|
1.31
|
|
|
|
|
|
|
|
|
|
* Do not add the update-policy if the zone type is secondary (contributed by Brendan Bank)
|
|
|
|
|
* Adjust severity log levels (contributed by kulikov-a)
|
|
|
|
|
|
2024-02-27 16:45:36 +01:00
|
|
|
1.30
|
|
|
|
|
|
2024-04-03 12:28:10 +02:00
|
|
|
* Add ability for RNDC key updates from other nameservers (contributed by Joachim Friberg)
|
2024-02-27 16:45:36 +01:00
|
|
|
|
2024-01-09 19:33:44 +03:00
|
|
|
1.29
|
|
|
|
|
|
|
|
|
|
* Migrate General Log to Syslog
|
|
|
|
|
* Add Check & Preview button to Primary Zones grid
|
|
|
|
|
|
2023-11-07 19:54:33 +01:00
|
|
|
1.28
|
|
|
|
|
|
|
|
|
|
* Add break-dnssec toggle when using filter-aaaa on IPv4/IPv6 clients (contributed by doktornotor)
|
2024-01-03 14:13:51 +01:00
|
|
|
* Fix template error if there is no 'records' in config at all (contributed by kulikov-a)
|
2023-11-07 19:54:33 +01:00
|
|
|
|
2023-07-26 08:23:07 +02:00
|
|
|
1.27
|
|
|
|
|
|
|
|
|
|
* Add DNAME support (contributed by Simon Fischer)
|
|
|
|
|
|
2023-01-11 03:52:32 -05:00
|
|
|
1.26
|
|
|
|
|
|
2023-01-11 07:35:30 -05:00
|
|
|
* Allow multiple ACLs to be selected for Transfers/Queries (contributed by Robbert Rijkse)
|
2023-01-11 03:52:32 -05:00
|
|
|
* Rename Master/Slave to Primary/Secondary (contributed by Robbert Rijkse)
|
2023-03-29 08:50:12 +02:00
|
|
|
* Add necessary hooks to allow the plugin to be used as a standalone core DNS server
|
2023-05-08 09:08:16 +02:00
|
|
|
* Changed default listening addresses to 0.0.0.0/:: for new users and interally translate these to "any"
|
2023-05-08 09:22:22 +02:00
|
|
|
* Prevent using a port being used by another DNS service
|
2023-01-11 03:52:32 -05:00
|
|
|
|
2022-11-16 14:36:56 +01:00
|
|
|
1.25
|
|
|
|
|
|
2023-01-10 08:43:26 -05:00
|
|
|
* Ensure you can only add one ACL with the same name (contributed by Robbert Rijkse)
|
2023-01-10 02:51:00 -05:00
|
|
|
* Cleanup/Fix the Master/Slave domain dialogs (contributed by Robbert Rijkse)
|
2022-12-19 07:01:04 -05:00
|
|
|
* Revamp the logging page with proper columns (contributed by Robbert Rijkse)
|
2023-01-19 10:20:16 +01:00
|
|
|
* Add RNDC key configuration (contributed by Robbert Rijkse)
|
|
|
|
|
* Add PR record type (contributed by Robbert Rijkse)
|
2022-11-16 14:36:56 +01:00
|
|
|
* Update base to BIND 9.18
|
|
|
|
|
|
2022-08-14 16:20:50 +02:00
|
|
|
1.24
|
|
|
|
|
|
|
|
|
|
* Separate tables for master and slave zones in UI (contributed by Patrick M. Hausen and Manuel Faux)
|
|
|
|
|
|
2022-04-22 14:45:23 +02:00
|
|
|
1.23
|
|
|
|
|
|
|
|
|
|
* Avoid errors with repeated primary servers and keys (contributed by Michael Newton)
|
|
|
|
|
|
2022-02-21 15:11:12 +01:00
|
|
|
1.22
|
|
|
|
|
|
|
|
|
|
* Fix DNS Blacklist download
|
|
|
|
|
|
2022-02-03 08:34:41 +01:00
|
|
|
1.21
|
|
|
|
|
|
|
|
|
|
* Add support for filter AAAA in DNS responses when A is present (contributed by Zane Chua)
|
|
|
|
|
|
2021-12-14 13:23:34 +01:00
|
|
|
1.20
|
|
|
|
|
|
|
|
|
|
* Allow signed zone transfers (contributed by Michael Newton)
|
|
|
|
|
|
2021-11-04 10:51:29 +01:00
|
|
|
1.19
|
|
|
|
|
|
|
|
|
|
* Add support for "Query Source [IP|IPv6]" options.
|
|
|
|
|
|
2021-07-29 12:30:44 +02:00
|
|
|
1.18
|
|
|
|
|
|
|
|
|
|
* Allow specifying multiple masters for slave zones
|
|
|
|
|
|
2021-04-15 13:50:35 +02:00
|
|
|
1.17
|
|
|
|
|
|
2021-04-20 13:13:49 +02:00
|
|
|
* Make "Allow Transfer" and "Allow Query" configuration available to slave zones (contributed by Ang Iongchun)
|
|
|
|
|
* Add "Allow Transfer" to General page for default/fallback (contributed by Ang Iongchun)
|
2021-04-15 13:50:35 +02:00
|
|
|
|
2021-01-20 18:36:53 +01:00
|
|
|
1.16
|
|
|
|
|
|
|
|
|
|
* Fix slave zone templating
|
|
|
|
|
|
2020-12-16 00:37:11 +01:00
|
|
|
1.15
|
|
|
|
|
|
|
|
|
|
* Add support for "Transfer Source [IP|IPv6]" options
|
|
|
|
|
|
2020-11-12 22:58:21 +01:00
|
|
|
1.14
|
|
|
|
|
|
|
|
|
|
* Reject built-in ACL names
|
|
|
|
|
* Fix truncated checkboxes
|
|
|
|
|
* Add button to delete selected items
|
2020-11-12 23:08:42 +01:00
|
|
|
* Relax ACL name mask (allow underscores and hyphens)
|
2020-11-12 22:58:21 +01:00
|
|
|
|
2020-03-19 11:05:26 +01:00
|
|
|
1.13
|
|
|
|
|
|
|
|
|
|
* Update BIND to 9.16
|
|
|
|
|
|
2020-01-01 15:26:01 +01:00
|
|
|
1.12
|
|
|
|
|
|
|
|
|
|
* Add checkbox to disable prefetch option
|
|
|
|
|
|
2019-11-29 17:19:58 +01:00
|
|
|
1.11
|
|
|
|
|
|
|
|
|
|
* Remove lame-server log flooding
|
|
|
|
|
* Remove HBBTV DNSBL
|
|
|
|
|
* Rewrite Log File section to new MVC code
|
|
|
|
|
|
2019-11-15 14:01:11 +01:00
|
|
|
1.10
|
|
|
|
|
|
|
|
|
|
* Add new ressource record types
|
|
|
|
|
|
2019-10-12 18:22:07 +02:00
|
|
|
1.9
|
|
|
|
|
|
|
|
|
|
* Allow IPv4-only mode
|
|
|
|
|
|
2019-08-28 10:16:36 +02:00
|
|
|
1.8
|
|
|
|
|
|
|
|
|
|
* Fix template generation when there is only one zone configured
|
2019-09-02 17:24:28 +02:00
|
|
|
* Removed discontinued DNSBL Zeus Tracker list
|
2019-08-28 10:16:36 +02:00
|
|
|
|
2019-08-26 11:50:31 +02:00
|
|
|
1.7
|
|
|
|
|
|
|
|
|
|
* Rename "domain" to "zone", because both forward and reverse zones can be used[1]
|
|
|
|
|
* Automatically replace "@" with a "." in zone contact e-mail address[1]
|
|
|
|
|
* Assorted UX and help text improvements[1]
|
|
|
|
|
|
|
|
|
|
[1] https://github.com/opnsense/plugins/pull/1431
|
|
|
|
|
|
2019-07-16 09:37:19 +02:00
|
|
|
1.6
|
|
|
|
|
|
|
|
|
|
* Add update and extra WindowsSpyBlocker list
|
|
|
|
|
|
2019-03-27 19:16:50 +01:00
|
|
|
1.5
|
|
|
|
|
|
|
|
|
|
* Add basic zone management
|
2019-05-20 10:44:32 +02:00
|
|
|
* Add 6 new blacklists to DNSBL (hpHosts Ads, FSA, PSA, PUP; Blocklist.site Ads, Fraud, Phishing)
|
2019-03-27 19:16:50 +01:00
|
|
|
|
2018-12-15 07:53:53 +01:00
|
|
|
1.4
|
|
|
|
|
|
2018-12-27 14:55:04 +01:00
|
|
|
* Add Bing and DuckDuckGo Strict Search
|
|
|
|
|
* Add 5 new blacklists to DNSBL (Hbbtv, Simple Ad, Simple Tracker, StevenBlack, Zeus Tracker)
|
2018-12-19 17:01:07 +01:00
|
|
|
* Ability to hide system hostname and version
|
|
|
|
|
* Rate-Limiting support
|
2018-12-15 07:53:53 +01:00
|
|
|
|
|
|
|
|
1.3
|
|
|
|
|
|
|
|
|
|
* Add Google Safe Search
|
|
|
|
|
* Add Youtube Adult Filter
|
|
|
|
|
|
|
|
|
|
1.2
|
|
|
|
|
|
|
|
|
|
* Add Log Viewer
|
2018-12-27 14:55:04 +01:00
|
|
|
* Removed too big PornAll list
|
2018-12-15 07:53:53 +01:00
|
|
|
|
|
|
|
|
1.1
|
|
|
|
|
|
2018-12-27 14:55:04 +01:00
|
|
|
* Add 3 new blacklists to DNSBL (EMD, PornTop1M, PornAll)
|
2018-12-15 07:53:53 +01:00
|
|
|
|
2018-12-17 17:57:51 +01:00
|
|
|
1.0
|
2018-12-15 07:53:53 +01:00
|
|
|
|
|
|
|
|
* Initial release
|