diff options
-rw-r--r-- | files/puppet/modules/custom_munin_node/files/munin-node.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/puppet/modules/custom_munin_node/files/munin-node.conf b/files/puppet/modules/custom_munin_node/files/munin-node.conf index 0c4e458..4c223ed 100644 --- a/files/puppet/modules/custom_munin_node/files/munin-node.conf +++ b/files/puppet/modules/custom_munin_node/files/munin-node.conf @@ -44,6 +44,7 @@ allow ^127\.0\.0\.1$ allow ^198\.252\.153\.95$ allow ^204\.13\.164\.23$ allow ^199\.254\.238\.23$ +allow ^198\.252\.153\.17$ allow ^::1$ @@ -62,4 +63,4 @@ allow ^::1$ host * # And which port -port 4949
\ No newline at end of file +port 4949 |