[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] [PATCH] dns2gns: reflect new default port in help ou
From: |
Daniel Golle |
Subject: |
[GNUnet-developers] [PATCH] dns2gns: reflect new default port in help output |
Date: |
Wed, 8 Jul 2015 03:00:17 +0200 |
User-agent: |
Mutt/1.5.23+89 (0255b37be491) (2014-03-12) |
---
src/gns/gnunet-dns2gns.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gns/gnunet-dns2gns.c b/src/gns/gnunet-dns2gns.c
index 014e6c1..eaf7a90 100644
--- a/src/gns/gnunet-dns2gns.c
+++ b/src/gns/gnunet-dns2gns.c
@@ -783,7 +783,7 @@ main (int argc,
gettext_noop ("Authoritative DNS suffix to use (optional); default:
zkey.eu"), 1,
&GNUNET_GETOPT_set_string, &dns_suffix},
{'p', "port", "UDPPORT",
- gettext_noop ("UDP port to listen on for inbound DNS requests; default:
53"), 1,
+ gettext_noop ("UDP port to listen on for inbound DNS requests; default:
2853"), 1,
&GNUNET_GETOPT_set_uint, &listen_port},
{'z', "zone", "PUBLICKEY",
gettext_noop ("Public key of the GNS zone to use (overrides default)"),
1,
--
2.4.5
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-developers] [PATCH] dns2gns: reflect new default port in help output,
Daniel Golle <=