X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=client%2Fadnsresfilter.c;fp=client%2Fadnsresfilter.c;h=2303f6fe22bc46020591c62e7f9bfbc6ae5281d6;hb=d25ac7b2a8a226736a23bdfcf1e44c62dd79b51e;hp=083e51f3ddca9a5b194f1de6fc8208bc6a236be8;hpb=64c6f70822df876c4159113a345ea14a66943279;p=adns.git diff --git a/client/adnsresfilter.c b/client/adnsresfilter.c index 083e51f..2303f6f 100644 --- a/client/adnsresfilter.c +++ b/client/adnsresfilter.c @@ -171,6 +171,10 @@ static void parseargs(const char *const *argv) { config_text= arg; } else if (!strcmp(arg,"--debug")) { initflags |= adns_if_debug; + } else if (!strcmp(arg,"--checkc-freq")) { + initflags |= adns_if_checkc_freq; + } else if (!strcmp(arg,"--checkc-entex")) { + initflags |= adns_if_checkc_entex; } else if (!strcmp(arg,"--help")) { usage(); quitnow(0); } else if (!strcmp(arg,"--version")) {