aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/nat.conf.in2
-rw-r--r--src/nat/test_nat_test_data.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/nat/nat.conf.in b/src/nat/nat.conf.in
index 87fe29d9c..a8dbee953 100644
--- a/src/nat/nat.conf.in
+++ b/src/nat/nat.conf.in
@@ -1,5 +1,5 @@
1[nat] 1[nat]
2AUTOSTART = @AUTOSTART@ 2START_ON_DEMAND = @START_ON_DEMAND@
3@UNIXONLY@ PORT = 2121 3@UNIXONLY@ PORT = 2121
4HOSTNAME = localhost 4HOSTNAME = localhost
5BINARY = gnunet-service-nat 5BINARY = gnunet-service-nat
diff --git a/src/nat/test_nat_test_data.conf b/src/nat/test_nat_test_data.conf
index c0174bf53..84de6159e 100644
--- a/src/nat/test_nat_test_data.conf
+++ b/src/nat/test_nat_test_data.conf
@@ -42,6 +42,6 @@ DISABLEV6 = YES
42 42
43 43
44[nse] 44[nse]
45AUTOSTART = NO 45START_ON_DEMAND = NO
46 46
47 47