iptables: add some missing rules
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
087bc4c669
commit
691c3e7bc2
2 changed files with 20 additions and 0 deletions
|
@ -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': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue