Adding to list after recursor up and running
Matt Holmes <[email protected]> Thu, 25 May 2017 16:39:20 +0100
| Newsgroups | gmane.network.dns.powerdns.devel |
|---|---|
| Message-ID | <CAKo5jE_9W1dagpHQ-M_YacRPHpNFvObF0d=Eczu9rvzUkZin-A@mail.gmail.com> |
So I have a simple list
news = newDS()
news:add{"bbc.co.uk", "itv.com"}
if news:check(dq.qname) then
dq.variable = true
dq.rcode=0
return true
end
All good.
My question is how do I update the list after the service has gone live
without stopping or re-loading the script
Regards
Matt
_______________________________________________
Pdns-dev mailing list
[email protected]
https://mailman.powerdns.com/mailman/listinfo/pdns-dev