(cosmetic) make this more readable.
This commit is contained in:
parent
11218f905c
commit
8515c7d38c
1 changed files with 10 additions and 1 deletions
|
@ -27,7 +27,16 @@ fas_client_groups: sysadmin-dba,sysadmin-noc
|
||||||
#
|
#
|
||||||
# Only allow postgresql access from the frontend nodes and hosted.
|
# Only allow postgresql access from the frontend nodes and hosted.
|
||||||
#
|
#
|
||||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.25 --dport 5432 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.126.26 --dport 5432 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.126.30 --dport 5432 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.126.240 --dport 5432 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.126.241 --dport 5432 -j ACCEPT' , '-A INPUT -p tcp -m tcp -s 10.5.126.41 --dport 5432 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.16 --dport 5432 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.102 --dport 5432 -j ACCEPT']
|
custom_rules: [
|
||||||
|
'-A INPUT -p tcp -m tcp -s 10.5.126.25 --dport 5432 -j ACCEPT',
|
||||||
|
'-A INPUT -p tcp -m tcp -s 10.5.126.26 --dport 5432 -j ACCEPT',
|
||||||
|
'-A INPUT -p tcp -m tcp -s 10.5.126.30 --dport 5432 -j ACCEPT',
|
||||||
|
'-A INPUT -p tcp -m tcp -s 10.5.126.240 --dport 5432 -j ACCEPT',
|
||||||
|
'-A INPUT -p tcp -m tcp -s 10.5.126.241 --dport 5432 -j ACCEPT' ,
|
||||||
|
'-A INPUT -p tcp -m tcp -s 10.5.126.41 --dport 5432 -j ACCEPT',
|
||||||
|
'-A INPUT -p tcp -m tcp -s 192.168.1.16 --dport 5432 -j ACCEPT',
|
||||||
|
'-A INPUT -p tcp -m tcp -s 192.168.1.102 --dport 5432 -j ACCEPT',
|
||||||
|
]
|
||||||
|
|
||||||
#
|
#
|
||||||
# Large updates pushes cause lots of db threads doing the tag moves, so up this from default.
|
# Large updates pushes cause lots of db threads doing the tag moves, so up this from default.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue