diff --git a/src/dns_conf.c b/src/dns_conf.c index 99e794b..d7a8bc5 100644 --- a/src/dns_conf.c +++ b/src/dns_conf.c @@ -1872,7 +1872,7 @@ static int _conf_domain_rules(void *data, int argc, char *argv[]) /* process extra options */ optind = 1; while (1) { - opt = getopt_long_only(argc, argv, "c:a:p:n:d:", long_options, NULL); + opt = getopt_long_only(argc, argv, "c:a:p:t:n:d:", long_options, NULL); if (opt == -1) { break; }