mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
128 lines
2.5 KiB
Plaintext
128 lines
2.5 KiB
Plaintext
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.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
|