- 
                Notifications
    You must be signed in to change notification settings 
- Fork 739
dns/bind: Fixup and feature expansion #4892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
dns/bind: Fixup and feature expansion #4892
Conversation
| First cut, some more to do... As mentioned in #4887 I wanted to make the builtin ACLs available, i.e. none, any, localhost and localnets. Just doing some tidy up of the form(s) - mostly grouping and semantics - before diffing to extend the existing migration script at  I'd prefer to keep this squashed but can split it up if needed. cc: @fichtner @mimugmail | 
| The following appears to be an orphan: 
 Absent objection, I might as well clean it up... | 
5343c54    to
    1acce1e      
    Compare
  
    | Ok, I'm done with the form work. I added  I drew the line at adding DNSSEC zone signing for primary and secondary zones. Maybe later.... TODO: 
 8^d | 
| Split into PR #4893: a) Fixes zone_test | 
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]>
    1acce1e    to
    7331fa9      
    Compare
  
    | Have force-pushed a semantic edit to: | 
| Split into PR #4894: k) Adds global forward only option to forwarders | 
| Split into PR #4897: i) Adds recursion no; option for authoritative servers | 
| Split into PR #4901: h) Adds other rate-limiting options | 
| I've made some progress on making the builtin ACLs available. | 
| I've raised PR #4926 to add the builtin ACLs. | 

Updates dns/bind with the following fixes and feature expansions:
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 superfluous)
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