diff options
Diffstat (limited to 'etc/uanytun')
-rw-r--r-- | etc/uanytun/p2p-a/config | 4 | ||||
-rw-r--r-- | etc/uanytun/p2p-b/config | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/uanytun/p2p-a/config b/etc/uanytun/p2p-a/config index e5e561f..64f82ad 100644 --- a/etc/uanytun/p2p-a/config +++ b/etc/uanytun/p2p-a/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-b.example.com -remote-port 4444 +remote-port 4445 ############################# ## Debug options # 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 # |