[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r36054 - gnunet/src/gns
From: |
gnunet |
Subject: |
[GNUnet-SVN] r36054 - gnunet/src/gns |
Date: |
Tue, 7 Jul 2015 23:04:17 +0200 |
Author: grothoff
Date: 2015-07-07 23:04:17 +0200 (Tue, 07 Jul 2015)
New Revision: 36054
Modified:
gnunet/src/gns/gnunet-dns2gns.c
Log:
-change default port, as 53 won't work without root anyway
Modified: gnunet/src/gns/gnunet-dns2gns.c
===================================================================
--- gnunet/src/gns/gnunet-dns2gns.c 2015-07-07 18:32:59 UTC (rev 36053)
+++ gnunet/src/gns/gnunet-dns2gns.c 2015-07-07 21:04:17 UTC (rev 36054)
@@ -138,7 +138,7 @@
/**
* 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?
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r36054 - gnunet/src/gns,
gnunet <=