Be consistent with protocol
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
a92cf91225
commit
cefbb400c3
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ num_cpus: 2
|
|||
tcp_ports: [ 80, 443 ]
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 209.132.184.0/24 --dport 53 -j ACCEPT',
|
||||
'-A INPUT -p udp -m udp -s 209.132.184.0/24 --dport 53 -j ACCEPT',
|
||||
'-A INPUT -p udp -m tcp -s 209.132.181.0/24 --dport 53 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 209.132.181.0/24 --dport 53 -j ACCEPT',
|
||||
'-A INPUT -p udp -m udp -s 209.132.181.0/24 --dport 53 -j ACCEPT' ]
|
||||
|
||||
fas_client_groups: sysadmin-dns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue