diff options
Diffstat (limited to 'src/pt/pt.conf')
-rw-r--r-- | src/pt/pt.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/pt/pt.conf b/src/pt/pt.conf new file mode 100644 index 0000000..39c1fb6 --- /dev/null +++ b/src/pt/pt.conf @@ -0,0 +1,13 @@ +[pt] +CONFIG = $DEFAULTCONFIG +BINARY = gnunet-daemon-pt + +# Set this to YES to tunnel IPv4 traffic over GNUnet +TUNNEL_IPV4 = NO + +# Set this to YES to tunnel IPv6 traffic over GNUnet +TUNNEL_IPV6 = NO + +# Set this to YES to tunnel DNS traffic over GNUnet +TUNNEL_DNS = NO + |