diff options
-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 |