Allow ProcessDNSSettings to be called externally without reloading the dns server (useful for docker)

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
pull/4820/head
Adam Warner 2 years ago
parent 59dab6a568
commit a3ad7c6f8d
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173

@ -859,6 +859,7 @@ main() {
"addcustomcname" ) AddCustomCNAMERecord;;
"removecustomcname" ) RemoveCustomCNAMERecord;;
"ratelimit" ) SetRateLimit;;
"processdnssettings" ) ProcessDNSSettings;;
* ) helpFunc;;
esac

Loading…
Cancel
Save