pkgsrc/net/gnunet/files/gnunet.conf
nikita 0ffed74ef7 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.
2023-01-31 18:53:46 +00:00

53 lines
1.3 KiB
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