aboutsummaryrefslogtreecommitdiff
path: root/src/template
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-06-25 10:32:12 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:04 +0000
commit929df266d9e77fadff2132b051e3d709939ba336 (patch)
tree25bea9ad7f68fdf69e3ea013c6f2eb8d47e6af8d /src/template
parentfed9e8bfb74ba162567ea8dfdcc48ac49c1a02e4 (diff)
downloadgnunet-929df266d9e77fadff2132b051e3d709939ba336.tar.gz
gnunet-929df266d9e77fadff2132b051e3d709939ba336.zip
tests: use port numbers that are unlikely to collide with user ports (just happened)
Diffstat (limited to 'src/template')
-rw-r--r--src/template/template.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/template/template.conf b/src/template/template.conf
index e5f675a5d..24b123390 100644
--- a/src/template/template.conf
+++ b/src/template/template.conf
@@ -1,6 +1,10 @@
1[template] 1[template]
2START_ON_DEMAND = NO 2START_ON_DEMAND = NO
3PORT = 9999 3# for tests please come up with numbers that are
4# unlikely to be in use by anyone. we typically
5# use five digit numbers < 65536 with no "beauty"
6# (no repetitions, no sequences, no popularity).
7PORT = 99999
4HOSTNAME = localhost 8HOSTNAME = localhost
5BINARY = gnunet-service-template 9BINARY = gnunet-service-template
6ACCEPT_FROM = 127.0.0.1; 10ACCEPT_FROM = 127.0.0.1;