diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2013-04-11 14:07:58 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2013-04-11 14:07:58 +0000 |
commit | 2c1b69bdea307f298fe22c758a85822e684bd4ee (patch) | |
tree | 3f319013f07754294124f1955c1f63161d9fb9de | |
parent | 4673d14115b5ae163c2dde205a3611e7f937404d (diff) |
prevent hostlist connects
-rw-r--r-- | src/transport/template_cfg_peer1.conf | 3 | ||||
-rw-r--r-- | src/transport/template_cfg_peer2.conf | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/transport/template_cfg_peer1.conf b/src/transport/template_cfg_peer1.conf index 8856418b3..721ce8d0f 100644 --- a/src/transport/template_cfg_peer1.conf +++ b/src/transport/template_cfg_peer1.conf @@ -47,4 +47,5 @@ WAN_QUOTA_OUT = unlimited PORT = 12006 UNIXPATH = /tmp/gnunet-p1-service-ats.sock - +[hostlist] +SERVERS = dummy
\ No newline at end of file diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf index 54636ca6b..3f044db5e 100644 --- a/src/transport/template_cfg_peer2.conf +++ b/src/transport/template_cfg_peer2.conf @@ -48,4 +48,5 @@ WAN_QUOTA_OUT = unlimited PORT = 12016 UNIXPATH = /tmp/gnunet-p2-service-ats.sock - +[hostlist] +SERVERS = dummy
\ No newline at end of file |