diff options
author | Christian Pointner <equinox@anytun.org> | 2009-02-28 14:50:42 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-02-28 14:50:42 +0000 |
commit | cda2c7b1bafbc8190665905caf408402c84d4c07 (patch) | |
tree | dd5b97c533fd0a72962950745557b1dc8a4aa696 /etc/uanytun/p2p-b/config | |
parent | added adduser and deluser to insatll target (diff) |
improved init script (chroot)
Diffstat (limited to 'etc/uanytun/p2p-b/config')
-rw-r--r-- | etc/uanytun/p2p-b/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/uanytun/p2p-b/config b/etc/uanytun/p2p-b/config index 4d9d417..4b611d2 100644 --- a/etc/uanytun/p2p-b/config +++ b/etc/uanytun/p2p-b/config @@ -31,11 +31,11 @@ passphrase Creating_P2P_VPN_Tunnels_With_Anytun_Is_Easy ## local port to bind to (for tunnel data) ## make sure to use a different port for every server and client! -port 4444 +port 4445 ## The remote host and port remote-host p2p-a.example.com -remote-port 4444 +remote-port 4445 ############################# ## Debug options # |