mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-15 22:20:31 -04:00
184 lines
4.5 KiB
Text
184 lines
4.5 KiB
Text
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.
|
|
|
|
WWW: https://www.isc.org
|
|
|
|
Plugin Changelog
|
|
================
|
|
|
|
1.34
|
|
|
|
* Add custom configuration include directory /usr/local/etc/namedb/named.conf.d (contributed by Nicholas Card)
|
|
* Add forward zones
|
|
* Fix primary zones grid and command column (contributed by benyamin-codez)
|
|
|
|
1.33
|
|
|
|
* Add option to allow the rndc-key for zone transfers (contributed by Naomi Rennie-Waldock)
|
|
* Switch to Bind 9.20
|
|
|
|
1.32
|
|
|
|
* Fix handling of multiple ACLs in allow-query/allow-transfer (contributed by Nathan Rennie-Waldock)
|
|
* Fix multiple select on Recursion field and resulting multiple ACLs (contributed by Jordan Stacy)
|
|
* Add SSHFP record type (contributed by doktornotor)
|
|
|
|
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)
|
|
|
|
1.30
|
|
|
|
* Add ability for RNDC key updates from other nameservers (contributed by Joachim Friberg)
|
|
|
|
1.29
|
|
|
|
* Migrate General Log to Syslog
|
|
* Add Check & Preview button to Primary Zones grid
|
|
|
|
1.28
|
|
|
|
* Add break-dnssec toggle when using filter-aaaa on IPv4/IPv6 clients (contributed by doktornotor)
|
|
* Fix template error if there is no 'records' in config at all (contributed by kulikov-a)
|
|
|
|
1.27
|
|
|
|
* Add DNAME support (contributed by Simon Fischer)
|
|
|
|
1.26
|
|
|
|
* Allow multiple ACLs to be selected for Transfers/Queries (contributed by Robbert Rijkse)
|
|
* Rename Master/Slave to Primary/Secondary (contributed by Robbert Rijkse)
|
|
* Add necessary hooks to allow the plugin to be used as a standalone core DNS server
|
|
* Changed default listening addresses to 0.0.0.0/:: for new users and interally translate these to "any"
|
|
* Prevent using a port being used by another DNS service
|
|
|
|
1.25
|
|
|
|
* Ensure you can only add one ACL with the same name (contributed by Robbert Rijkse)
|
|
* Cleanup/Fix the Master/Slave domain dialogs (contributed by Robbert Rijkse)
|
|
* Revamp the logging page with proper columns (contributed by Robbert Rijkse)
|
|
* Add RNDC key configuration (contributed by Robbert Rijkse)
|
|
* Add PR record type (contributed by Robbert Rijkse)
|
|
* Update base to BIND 9.18
|
|
|
|
1.24
|
|
|
|
* Separate tables for master and slave zones in UI (contributed by Patrick M. Hausen and Manuel Faux)
|
|
|
|
1.23
|
|
|
|
* Avoid errors with repeated primary servers and keys (contributed by Michael Newton)
|
|
|
|
1.22
|
|
|
|
* Fix DNS Blacklist download
|
|
|
|
1.21
|
|
|
|
* Add support for filter AAAA in DNS responses when A is present (contributed by Zane Chua)
|
|
|
|
1.20
|
|
|
|
* Allow signed zone transfers (contributed by Michael Newton)
|
|
|
|
1.19
|
|
|
|
* Add support for "Query Source [IP|IPv6]" options.
|
|
|
|
1.18
|
|
|
|
* Allow specifying multiple masters for slave zones
|
|
|
|
1.17
|
|
|
|
* 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)
|
|
|
|
1.16
|
|
|
|
* Fix slave zone templating
|
|
|
|
1.15
|
|
|
|
* Add support for "Transfer Source [IP|IPv6]" options
|
|
|
|
1.14
|
|
|
|
* Reject built-in ACL names
|
|
* Fix truncated checkboxes
|
|
* Add button to delete selected items
|
|
* Relax ACL name mask (allow underscores and hyphens)
|
|
|
|
1.13
|
|
|
|
* Update BIND to 9.16
|
|
|
|
1.12
|
|
|
|
* Add checkbox to disable prefetch option
|
|
|
|
1.11
|
|
|
|
* Remove lame-server log flooding
|
|
* Remove HBBTV DNSBL
|
|
* Rewrite Log File section to new MVC code
|
|
|
|
1.10
|
|
|
|
* Add new ressource record types
|
|
|
|
1.9
|
|
|
|
* Allow IPv4-only mode
|
|
|
|
1.8
|
|
|
|
* Fix template generation when there is only one zone configured
|
|
* Removed discontinued DNSBL Zeus Tracker list
|
|
|
|
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
|
|
|
|
1.6
|
|
|
|
* Add update and extra WindowsSpyBlocker list
|
|
|
|
1.5
|
|
|
|
* Add basic zone management
|
|
* Add 6 new blacklists to DNSBL (hpHosts Ads, FSA, PSA, PUP; Blocklist.site Ads, Fraud, Phishing)
|
|
|
|
1.4
|
|
|
|
* Add Bing and DuckDuckGo Strict Search
|
|
* Add 5 new blacklists to DNSBL (Hbbtv, Simple Ad, Simple Tracker, StevenBlack, Zeus Tracker)
|
|
* Ability to hide system hostname and version
|
|
* Rate-Limiting support
|
|
|
|
1.3
|
|
|
|
* Add Google Safe Search
|
|
* Add Youtube Adult Filter
|
|
|
|
1.2
|
|
|
|
* Add Log Viewer
|
|
* Removed too big PornAll list
|
|
|
|
1.1
|
|
|
|
* Add 3 new blacklists to DNSBL (EMD, PornTop1M, PornAll)
|
|
|
|
1.0
|
|
|
|
* Initial release
|