aboutsummaryrefslogtreecommitdiff
path: root/src/pt/pt.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-16 19:12:42 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-16 19:12:42 +0000
commit4d93b2e4ef9f1cbb0118f67cc0391dd849cfed46 (patch)
tree5ce81ad3258811c90399d733ccbbfbe8b4c8cc20 /src/pt/pt.conf
parent924c8ef21aadf46e7c3f6280e482d8c66a6216b1 (diff)
downloadgnunet-4d93b2e4ef9f1cbb0118f67cc0391dd849cfed46.tar.gz
gnunet-4d93b2e4ef9f1cbb0118f67cc0391dd849cfed46.zip
-skeleton for new PT daemon
Diffstat (limited to 'src/pt/pt.conf')
-rw-r--r--src/pt/pt.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/pt/pt.conf b/src/pt/pt.conf
new file mode 100644
index 000000000..f5169f6ee
--- /dev/null
+++ b/src/pt/pt.conf
@@ -0,0 +1,10 @@
1[pt]
2CONFIG = $DEFAULTCONFIG
3BINARY = gnunet-daemon-pt
4
5# Set this to YES to tunnel IPv4 traffic over GNUnet
6TUNNEL_IPV4 = NO
7
8# Set this to YES to tunnel IPv6 traffic over GNUnet
9TUNNEL_IPV6 = NO
10