diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2012-02-14 11:43:25 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2012-02-14 11:43:25 +0000 |
commit | ae039fd33831e3fc65ddfa36c06e608e00f02fd6 (patch) | |
tree | fd1b14ca5c1acaa3783905253dba2751288adbe7 | |
parent | 107a20218f88dcd4f41869c233d89835fb9c1ac5 (diff) |
- remove vpn sock warnings
-rw-r--r-- | src/transport/template_cfg_peer1.conf | 3 | ||||
-rw-r--r-- | src/transport/template_cfg_peer2.conf | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/transport/template_cfg_peer1.conf b/src/transport/template_cfg_peer1.conf index ba05e9357..fb1064e54 100644 --- a/src/transport/template_cfg_peer1.conf +++ b/src/transport/template_cfg_peer1.conf @@ -47,4 +47,5 @@ WAN_QUOTA_OUT = 1 GB PORT = 12006 UNIXPATH = /tmp/gnunet-p1-service-ats.sock - +[vpn] +UNIXPATH = /tmp/gnunet-p1-service-vpn.sock diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf index 9d0e8e554..768a30556 100644 --- a/src/transport/template_cfg_peer2.conf +++ b/src/transport/template_cfg_peer2.conf @@ -46,3 +46,6 @@ WAN_QUOTA_IN = 1 GB WAN_QUOTA_OUT = 1 GB PORT = 12016 UNIXPATH = /tmp/gnunet-p2-service-ats.sock + +[vpn] +UNIXPATH = /tmp/gnunet-p2-service-vpn.sock
\ No newline at end of file |