add HELPER_PATH to default configs custom-helper-path
authorlurchi <lurchi@strangeplace.net>
Thu, 27 Jun 2019 16:28:25 +0000 (18:28 +0200)
committerlurchi <lurchi@strangeplace.net>
Thu, 27 Jun 2019 16:28:25 +0000 (18:28 +0200)
src/dns/dns.conf.in
src/exit/exit.conf
src/nat/nat.conf.in
src/vpn/vpn.conf.in

index 39f260813b21730b69c944c52068eb6e16f296db..019f82c4ab3ebf1e7262f06f0610815da80485e3 100644 (file)
@@ -32,3 +32,7 @@ IPV4MASK = 255.255.0.0
 # public DNS resolver or your ISP's resolver from /etc/resolv.conf.
 DNS_EXIT = 8.8.8.8
 
+# Location of the helper binary gnunet-helper-dns (setuid flag required).
+# By default it is assumed to be in the libexec directory, but on some systems
+# like NixOS setuid is only possible through a wrapper in a different location.
+HELPER_PATH =
index 829c5bf80605dedf9f18a0ced5a30447f7172c07..eaaaf8635ea1ba9255d4262b84d7f9a26d005621 100644 (file)
@@ -66,3 +66,8 @@ ENABLE_IPV6 = YES
 
 # Maximum number of concurrent connections this exit supports.
 MAX_CONNECTIONS = 256
+
+# Location of the helper binary gnunet-helper-exit (setuid flag required).
+# By default it is assumed to be in the libexec directory, but on some systems
+# like NixOS setuid is only possible through a wrapper in a different location.
+HELPER_PATH =
index a8dbee953ff646ca26c91907e9a31d11e49fde14..a86f60fed90716d065fa6cc7477a66d83999e724 100644 (file)
@@ -38,3 +38,8 @@ STUN_SERVERS = stun.gnunet.org stun.services.mozilla.com:3478 stun.ekiga.net:347
 # After how long do we consider STUN data stale?
 STUN_STALE = 60 min
 
+# Location of the helper binaries gnunet-helper-nat-client and
+# gnunet-helper-nat-server (setuid flag required).
+# By default it is assumed to be in the libexec directory, but on some systems like
+# NixOS setuid is only possible through a wrapper in a different location.
+HELPER_PATH =
index c0f4c59ed0472f64a27ebb22e108f09ea35b5c62..7e02ba1b02e095221765d3009d6a406b687eb846 100644 (file)
@@ -17,3 +17,7 @@ VIRTDNS = 10.11.10.2
 VIRTDNS6 = 1234::17
 IFNAME = vpn-gnunet
 
+# Location of the helper binary gnunet-helper-vpn (setuid flag required).
+# By default it is assumed to be in the libexec directory, but on some systems
+# like NixOS setuid is only possible through a wrapper in a different location.
+HELPER_PATH =