blob: 39c1fb60c0ff6f9b0addfa39c93539554fb71d88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|