From b9e82a462fae4cf5979de3e13c68a9af2ca169c8 Mon Sep 17 00:00:00 2001 From: Houtworm <34796415+Houtworm@users.noreply.github.com> Date: Wed, 14 Jun 2023 10:09:15 +0200 Subject: [PATCH] Update dockerdata/startup.py Co-authored-by: Remi Gacogne --- dockerdata/startup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerdata/startup.py b/dockerdata/startup.py index 320ef8ddf8..e84055151a 100755 --- a/dockerdata/startup.py +++ b/dockerdata/startup.py @@ -37,6 +37,7 @@ elif product == 'dnsdist': args = ['--supervised', '--disable-syslog'] apienvvar = 'DNSDIST_API_KEY' apiconftemplate = """webserver("0.0.0.0:8083") + setWebserverConfig({password='{{ apikey }}', apiKey='{{ apikey }}', acl='0.0.0.0/0'}) controlSocket('0.0.0.0:5199') setKey('{{ apikey }}') setConsoleACL('0.0.0.0/0') -- 2.47.2