db-riscv-koji01: allow connections from hub
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
3938bd35e2
commit
22a61065b2
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
---
|
---
|
||||||
# This is a generic list, monitored by collectd
|
# This is a generic list, monitored by collectd
|
||||||
|
custom_rules: ['-A INPUT -p tcp -m tcp -s 10.3.172.21 --dport 5432 -j ACCEPT']
|
||||||
|
nft_custom_rules:
|
||||||
|
- 'add rule ip filter INPUT ip saddr 10.3.172.21 tcp dport 5432 counter accept'
|
||||||
databases:
|
databases:
|
||||||
- koji
|
- koji
|
||||||
datacenter: iad2
|
datacenter: iad2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue