Replies: 2 comments
-
The default ACL only allows connections from |
Beta Was this translation helpful? Give feedback.
0 replies
-
the command for whatever reason wasn't working with the config specified in the documentation, dnsdist coudn't start because of lua language exception.
but with this config it worked
Thank a lot for support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, i'm new to powerdns/dnsdist, and i hope i'm asking my question in the right place.
I have instaled dnsdist and i'm trying to retieve metrics via the websever.
My config file is very simple for testing and contains only webserver config to listen on the 10.250.2.26:8083
webserver("10.250.2.26:8083", "1234", "1234")
When i try to curl to get the metrics via curl i get empty reply from server
but when i configure the webserver to listen on the 127.0.0.1:8083 i get a proper response
webserver("127.0.0.1:8089", "1234", "1234")
any idea on why it behaves like this ?
Thanks, regards.
Beta Was this translation helpful? Give feedback.
All reactions