mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Change option name so it is presented anew, default disabled. + Add openvpn-client wrapper script and up/down scripts to trigger resolvconf, with minor edits. [2] + Set proper PLUGIN_LIBDIR so that plugins in the default directory can be found with relative paths. + Compile shipped plugins with -fPIC. PR: 195004 [1] PR: 199529 [2] Submitted by: yuri@rawbw.com [2] Obtained from: https://community.openvpn.net/openvpn/ticket/480#comment:21
13 lines
411 B
Text
13 lines
411 B
Text
--- sample/sample-config-files/loopback-client.orig 2014-11-29 14:59:45 UTC
|
|
+++ sample/sample-config-files/loopback-client
|
|
@@ -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
|