# 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 =
# 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 =
# 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 =
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 =