iptables: add some missing rules
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-03-21 12:01:56 +01:00
parent 087bc4c669
commit 691c3e7bc2
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 20 additions and 0 deletions

View file

@ -48,6 +48,15 @@ nodes['home.nas'] = {
'groups': {
'nas': {},
},
'iptables': {
'custom_rules': [
# Dell ULNM
'iptables -A INPUT -p tcp --dport 4679 -j ACCEPT',
# mosquitto
'iptables_both -A INPUT -p tcp --dport 1883 -j ACCEPT',
'iptables_both -A INPUT -p tcp --dport 8083 -j ACCEPT',
],
},
'nfs-server': {
'shares': {
'/storage/nas': {