1a400328a7
Align with security/openvpn for RC script improvements, dropping the TUNNELBLICK patch (integrated upstream) and pkg-help file (no longer required). Note that pkcs11* and mbedTLS currently do not mix (I randomly checked different option sets), an issue this port shares with security/openvpn. "checking mbedtls pkcs11 support... configure: error: mbedtls has no pkcs11 wrapper compiled in" PR: 215734 Submitted by: Eric F. Crist (maintainer)
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
|