aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-07 21:04:17 +0000
committerChristian Grothoff <christian@grothoff.org>2015-07-07 21:04:17 +0000
commite99757657ac5245b22203026e15441cd5c662a4f (patch)
treeccae2299c3836953e117a43bc65f38e478a5741a /src
parent0f9e6bcd1e511abae16ecc4c86056b0c26d73936 (diff)
downloadgnunet-e99757657ac5245b22203026e15441cd5c662a4f.tar.gz
gnunet-e99757657ac5245b22203026e15441cd5c662a4f.zip
-change default port, as 53 won't work without root anyway
Diffstat (limited to 'src')
-rw-r--r--src/gns/gnunet-dns2gns.c2
1 files changed, 1 insertions, 1 deletions
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;
138/** 138/**
139 * UDP Port we listen on for inbound DNS requests. 139 * UDP Port we listen on for inbound DNS requests.
140 */ 140 */
141static unsigned int listen_port = 53; 141static unsigned int listen_port = 2853;
142 142
143/** 143/**
144 * Which GNS zone do we translate incoming DNS requests to? 144 * Which GNS zone do we translate incoming DNS requests to?