You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For way to long, I experimented with different regexes to match the ::ffff: part of the reported IP in the error-message, but it's irrelevant: the original allow directive is fine, except for the whitespace at the end of the line.
Expected behavior
Comments and trailing whitespace to be ignored (they can never match an IP address or hostname anyway)
Screenshots & Logs
If applicable, please add screenshots and/or logs to help explain your problem.
Desktop (please complete the following information):
Ubuntu 24.04
This is munin-node v2.0.75
The text was updated successfully, but these errors were encountered:
Describe the bug
a
munin-node.conf
with a line like so won't work:This even extends to trailing whitespace (no comment at all):
To Reproduce
Steps to reproduce the behavior:
allow
line with trailing comment tomunin-node.conf
munin-node
Denying connection from: ::ffff:123.123.123.123
For way to long, I experimented with different regexes to match the
::ffff:
part of the reported IP in the error-message, but it's irrelevant: the originalallow
directive is fine, except for the whitespace at the end of the line.Expected behavior
Comments and trailing whitespace to be ignored (they can never match an IP address or hostname anyway)
Screenshots & Logs
If applicable, please add screenshots and/or logs to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: