-
Notifications
You must be signed in to change notification settings - Fork 647
/
pkg-descr
178 lines (107 loc) · 4.26 KB
/
pkg-descr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
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.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