pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gnunet: Update system user config file.



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Thu Mar 24 19:10:32 2022 +0100
Changeset:	78807a85bce214122902a4a65f4d587b7ec204fc

Modified Files:
	gnunet/files/gnunet.conf

Log Message:
gnunet: Update system user config file.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=78807a85bce214122902a4a65f4d587b7ec204fc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnunet/files/gnunet.conf | 34 +---------------------------------
 1 file changed, 1 insertion(+), 33 deletions(-)

diffs:
diff --git a/gnunet/files/gnunet.conf b/gnunet/files/gnunet.conf
index 376db9ea81..c8991b1056 100644
--- a/gnunet/files/gnunet.conf
+++ b/gnunet/files/gnunet.conf
@@ -4,10 +4,6 @@ GNUNET_DATA_HOME = @GNUNET_DIR@/data
 GNUNET_RUNTIME_DIR = @GNUNET_DIR@
 GNUNET_HOME = @GNUNET_DIR@
 
-# choose your database backend
-#[datastore]
-#DATABASE = mysql
-
 [arm]
 START_SYSTEM_SERVICES = YES
 START_USER_SERVICES = NO
@@ -16,37 +12,9 @@ START_USER_SERVICES = NO
 WAN_QUOTA_IN = unlimited
 WAN_QUOTA_OUT = unlimited
 
-[nat]
-# configuration for home systems
-BEHIND_NAT = YES
-ENABLE_UPNP = NO
-USE_LOCALADDR = NO
-# see nat.conf for stun servers being used
-USE_STUN = YES
-DISABLEV6 = NO
-# configuration for servers in the backbone
-#BEHIND_NAT = NO
-ENABLE_UPNP = YES
-#USE_LOCALADDR = NO
-#USE_STUN = NO
-#DISABLEV6 = NO
-
 [hostlist]
 OPTIONS = -b -e
 
-[transport]
-# let's not use udp, https, http, bluetooth, wlan
-# until we know they are stable
-PLUGINS = tcp
-
-[transport-tcp]
-PORT = 2086
-ADVERTISED_PORT = 2086
-
-[transport-udp]
-PORT = 2086
-ADVERTISED_PORT = 2086
-
 [transport-http_client]
 # Hostname or IP of proxy server
 #PROXY = 127.0.0.1
@@ -65,7 +33,7 @@ ADVERTISED_PORT = 2086
 #DNS_RESOLVER = 10.0.1.1
 #EXIT_DNS = YES
 #EXIT_IPV4 = YES
-EXIT_RANGE_IPV4_POLICY = 169.254.0.0/16;
+#EXIT_RANGE_IPV4_POLICY = 169.254.0.0/16;
 
 #[http.gnunet.]
 # example for a "public" service with no shared secret


Home | Main Index | Thread Index | Old Index