bundles/netdata: fix iptables default
This commit is contained in:
parent
513eb4bed6
commit
c418102000
2 changed files with 6 additions and 1 deletions
|
@ -25,7 +25,7 @@ def iptables(metadata):
|
|||
return {
|
||||
'iptables': {
|
||||
'port_rules': {
|
||||
'19999': atomic(metadata.get('netdata/restrict-to', set('*'))),
|
||||
'19999': atomic(metadata.get('netdata/restrict-to', set())),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue