While I can acces the built in web server on the local machine, I can not acces
it from the LAN from another machine, any help welcome, the config so far is:
-- Configure web server for monitoring/API access
webserver("0.0.0.0:8083")
-- Configure the web server settings
setWebserverConfig({
-- Allow access from any IP address
acl = {"0.0.0.0/0", "::/0"},
-- Optional: Disable authentication for easier network access (USE WITH
CAUTION)
dashboardRequiresAuthentication = false
})
Thank you
Alexis
_______________________________________________
dnsdist mailing list
[email protected]
https://mailman.powerdns.com/mailman/listinfo/dnsdist