blob: 47cac942e0b9c6581f471b8b6de44688e6a4dd1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- ./sample/sample-config-files/loopback-client.orig 2012-09-10 17:01:08.000000000 +0200
+++ ./sample/sample-config-files/loopback-client 2013-01-11 21:30:07.000000000 +0100
@@ -9,8 +9,8 @@
# ./openvpn --config sample-config-files/loopback-client (In one window)
# ./openvpn --config sample-config-files/loopback-server (Simultaneously in another window)
-rport 16000
-lport 16001
+rport 16100
+lport 16101
remote localhost
local localhost
dev null
|