From e99757657ac5245b22203026e15441cd5c662a4f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 7 Jul 2015 21:04:17 +0000 Subject: -change default port, as 53 won't work without root anyway --- src/gns/gnunet-dns2gns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gns/gnunet-dns2gns.c b/src/gns/gnunet-dns2gns.c index 35c9cc563..014e6c14b 100644 --- a/src/gns/gnunet-dns2gns.c +++ b/src/gns/gnunet-dns2gns.c @@ -138,7 +138,7 @@ static char *dns_ip; /** * UDP Port we listen on for inbound DNS requests. */ -static unsigned int listen_port = 53; +static unsigned int listen_port = 2853; /** * Which GNS zone do we translate incoming DNS requests to? -- cgit v1.2.3