This commit is contained in:
Kameron Kenny 2025-02-25 15:31:33 -05:00
parent 5c22b00e52
commit 1de3977d8e
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ newServer({address="10.200.53.242", order=2})
newServer({address="10.200.53.243", order=3})
---- Policy
setServerPolicy(roundrobin)
---- Cache
pc = newPacketCache(1000000, 86400, 0, 60, 60)
getPool(""):setCache(pc)
---- Web-server
webserver("0.0.0.0:8083")
setWebserverConfig({password="dnsdist",acl="10.0.0.0/8"})