diff options
author | Bertrand Marc <beberking@gmail.com> | 2013-08-03 13:07:32 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2013-08-03 13:07:32 +0200 |
commit | 1ae32bc989973c2e8909c3b085d34b2454f92d1e (patch) | |
tree | dfde89b41437def7ce23af24db53a11a9b5f1075 /src/vpn/vpn.conf.in | |
parent | 740b30688bd745a527f96f9116c19acb3480971a (diff) |
Imported Upstream version 0.9.5a
Diffstat (limited to 'src/vpn/vpn.conf.in')
-rw-r--r-- | src/vpn/vpn.conf.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vpn/vpn.conf.in b/src/vpn/vpn.conf.in index f5eb224..57657b9 100644 --- a/src/vpn/vpn.conf.in +++ b/src/vpn/vpn.conf.in @@ -1,9 +1,8 @@ [vpn] AUTOSTART = YES -@UNIXONLY@ PORT = 0 +@UNIXONLY@ PORT = 2105 HOSTNAME = localhost HOME = $SERVICEHOME -CONFIG = $DEFAULTCONFIG BINARY = gnunet-service-vpn ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; |