From 558a40d513b7859b7885c2445ccf65436a5fa72b Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Tue, 27 May 2014 17:32:56 +0200 Subject: [PATCH] ldns-update should send updates to port 53! --- examples/ldns-update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ldns-update.c b/examples/ldns-update.c index af4dd02a..c6782036 100644 --- a/examples/ldns-update.c +++ b/examples/ldns-update.c @@ -262,7 +262,7 @@ main(int argc, char **argv) ldns_tsig_credentials tsig_cr, *tsig_cred; int c = 2; uint32_t defttl = 300; - uint32_t port = 5353; + uint32_t port = 53; prog = strdup(argv[0]); -- 2.47.3