mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 09:40:22 +00:00
Add comment about using ACLs and views.
This commit is contained in:
parent
a2a363819c
commit
d8eac23c5d
1 changed files with 3 additions and 1 deletions
|
@ -297,7 +297,9 @@ bind:
|
|||
configured_acls: # And now for some ACLs
|
||||
my_net: # Our ACL's name
|
||||
- 127.0.0.0/8 # And the applicable IP addresses
|
||||
- 10.20.0.0/16
|
||||
- 10.20.0.0/16 # If using views, you need to create an ACL per view to differentiate
|
||||
# who accesses the view, and then specify the appropriate ACL name under
|
||||
# the 'match_clients' sub-key of your view.
|
||||
|
||||
### Define zone records in pillar ###
|
||||
bind:
|
||||
|
|
Loading…
Add table
Reference in a new issue