Commit 1acce1e
committed
dns/bind: Fixup and feature expansion
a) Fixes zone_test
b) Fixes command truncation in grid-primary-domains
c) General tab help expansion and reformatting
d) General tab option grouping
e) Converts NetworkType to ACLs where BIND uses Address Match Lists
f) Reformats named.conf (spacing and layout)
g) Adds listen-on-v6 { none; } when IPv6 is disabled (likely superflous)
h) Adds other rate-limiting options
i) Adds recursion no; option for authoritative servers
j) Adds allow-query-cache option as this also controls recursion
k) Adds global forward only option to forwarders
l) Adds forward only option to forward zones
m) Edit Forward zone dialog help expansion and reformatting
Signed-off-by: benyamin-codez <[email protected]>1 parent dc0d1c3 commit 1acce1e
File tree
6 files changed
+604
-167
lines changed- dns/bind/src/opnsense
- mvc/app
- controllers/OPNsense/Bind/forms
- models/OPNsense/Bind
- views/OPNsense/Bind
- service/templates/OPNsense/Bind
6 files changed
+604
-167
lines changedLines changed: 27 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
13 | 34 | | |
14 | 35 | | |
15 | 36 | | |
16 | 37 | | |
17 | 38 | | |
18 | 39 | | |
19 | 40 | | |
20 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
21 | 46 | | |
22 | 47 | | |
0 commit comments