From 643f9a0581e8aac7eb790ced1164748939829826 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sun, 16 Oct 2022 12:24:20 -0700 Subject: unbound: Vendor import 1.16.3 Added ACL per interface, proxy protocol and bug fixes. Announcement: https://nlnetlabs.nl/news/2022/Oct/13/unbound-1.17.0-released/ --- testcode/perf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testcode/perf.c') diff --git a/testcode/perf.c b/testcode/perf.c index 55d6483c7cf9..7fb524e22d94 100644 --- a/testcode/perf.c +++ b/testcode/perf.c @@ -618,7 +618,7 @@ int main(int argc, char* argv[]) printf("error: pass server IP address on commandline.\n"); usage(nm); } - if(!extstrtoaddr(argv[0], &info.dest, &info.destlen)) { + if(!extstrtoaddr(argv[0], &info.dest, &info.destlen, UNBOUND_DNS_PORT)) { printf("Could not parse ip: %s\n", argv[0]); exit(1); } -- cgit v1.3