mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
* Upstream changes: <https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23#OpenVPN2.3.12> * The cmocka-based unit tests are currently disabled, too much hassle and deps to get them running. * Add patch-configure to drop the unit-test related warnings. * Extend run control script to understand the "stats" argument, to send SIGUSR2 to the process, contributed by Anton Yuzhaninov (with one additional line fold). * Drop patch-629baad8, no longer needed. * Refresh other patches with make clean extract do-patch makepatch
13 lines
411 B
Text
13 lines
411 B
Text
--- sample/sample-config-files/loopback-server.orig 2016-08-23 14:16:22 UTC
|
|
+++ sample/sample-config-files/loopback-server
|
|
@@ -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 16001
|
|
-lport 16000
|
|
+rport 16101
|
|
+lport 16100
|
|
remote localhost
|
|
local localhost
|
|
dev null
|