head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.26 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.24 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.22 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.20 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.18 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.16 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.14 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.12 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.10 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.8 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.6 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.4 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.2 pkgsrc-2023Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2023.01.31.18.53.46; author nikita; state Exp; branches; next ; commitid LxWhMTZBKeWp4JbE; desc @@ 1.1 log @Import net/gnunet as gnunet version 0.19.2 Imported from wip/gnunet GNUnet is a framework for secure peer-to-peer networking that does not use any centralized or otherwise trusted services. A first service implemented on top of the networking layer allows anonymous censorship-resistant file-sharing. GNUnet uses a simple, excess-based economic model to allocate resources. Peers in GNUnet monitor each others behavior with respect to resource usage; peers that contribute to the network are rewarded with better service. @ text @[PATHS] DEFAULTCONFIG = /usr/pkg/etc/gnunet/gnunet.conf GNUNET_DATA_HOME = @@GNUNET_DIR@@/data GNUNET_HOME = @@GNUNET_DIR@@ [arm] START_SYSTEM_SERVICES = YES START_USER_SERVICES = NO [ats] WAN_QUOTA_IN = unlimited WAN_QUOTA_OUT = unlimited [hostlist] OPTIONS = -b -e [transport-http_client] # Hostname or IP of proxy server #PROXY = 127.0.0.1 # Valid values: HTTP, SOCKS4, SOCKS5, SOCKS4A, SOCKS5_HOSTNAME #PROXY_TYPE = SOCKS5 # Enable tunneling proxy request instead of having proxy server evaluate it #PROXY_HTTP_TUNNELING = NO [transport-https_client] #PROXY = 127.0.0.1 #PROXY_TYPE = SOCKS5 # how to do exits and hidden services [exit] #IMMEDIATE_START = YES #DNS_RESOLVER = 10.0.1.1 #EXIT_DNS = YES #EXIT_IPV4 = YES #EXIT_RANGE_IPV4_POLICY = 169.254.0.0/16; #[http.gnunet.] # example for a "public" service with no shared secret # instead of "http" i could have put "www" or "whatever" #TCP_REDIRECTS = 80:169.254.86.1:80 [ohaithisisoursharedsecret.gnunet.] # multiport configuration as would be used with 'psyced' #TCP_REDIRECTS = 23:169.254.86.1:2323;4404:169.254.86.1:4404;6667:169.254.86.1:6667 # client side, server needs to offer exit instead #[vpn] #IMMEDIATE_START = NO # network size estimation: # do not calculate proof-of-work on test installations #[nse] #WORKBITS = 0 @