value: allow correct batcave01 ip to send messages to value01
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
bfb55039d6
commit
25a1b3e9fe
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ custom_rules: [
|
|||
'-A INPUT -p tcp -m tcp -s 10.3.166.10 --dport 5050 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 192.168.1.20 --dport 5050 -j ACCEPT',
|
||||
# batcave01 also needs access to announce commits.
|
||||
'-A INPUT -p tcp -m tcp -s 192.168.20.41 --dport 5050 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 192.168.1.41 --dport 5050 -j ACCEPT',
|
||||
]
|
||||
|
||||
fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-web,sysadmin-mote,sysadmin-veteran
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue