[dnsdist] dnsdist web server
Alexis Berthillier
alexis at berthillier.net
Tue Nov 11 02:10:02 UTC 2025
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
More information about the dnsdist
mailing list