Fix line wrapping issue in last commit
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
a5e9b375fa
commit
3e3f7f9cf4
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ tcp_ports: [ 80, 443,
|
|||
3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015]
|
||||
|
||||
# Neeed for rsync from log01 for logs.
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.3.163.39 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --
|
||||
port 873 -j ACCEPT' ]
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.3.163.39 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --port 873 -j ACCEPT' ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-web,sysadmin-veteran
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue