Formatting for readability.
This commit is contained in:
parent
24cd7aad39
commit
6e50c5e9e5
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,10 @@ num_cpus: 2
|
|||
|
||||
tcp_ports: [ 80, 443, 6996 ]
|
||||
# Neeed for rsync from log01 for logs.
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
|
||||
custom_rules: [
|
||||
'-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT',
|
||||
]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-datanommer,fi-apprentice
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue