4 bin/ovpn_run @@ -39,11 +39,11 @@ function addArg { # this allows rules/routing to be altered by supplying this function # in an included file, such as ovpn_env.sh function setupIptablesAndRouting { iptables -t nat -C POSTROUTING -s $OVPN_SERVER -o $OVPN_NATDEVICE -j ...
Breadcrumbs docker-openvpn /bin / ovpn_runTop File metadata and controls Code Blame executable file· 105 lines (84 loc) · 2.97 KB Raw #!/bin/bash # # Run the OpenVPN server normally # if [ "$DEBUG" == "1" ]; then set -x fi set -e cd $OPENVPN # Build runtime arguments...
docker run -v /data/openvpn:/etc/openvpn --rm kylemanna/openvpn ovpn_client client1 说明:client1 是客户端的名称,可以根据需要修改。 导出客户端配置文件: 将以下文件复制到客户端设备:/data/openvpn/client1.ovpn /data/openvpn/ca.crt 分发客户端证书: 将 client1.key 和 client1.crt 文件也提供...
#you only have to do this once on initial setup$ sudo ln -s /var/run/agent_ovpnconnect.sock /var/run/ovpnagent.sock#this is invoked w/ admin privileges by OpenVPN Connect.app automatically upon login, so most users will not need to do this$ sudo /Library/Frameworks/OpenVPNConnect.fram...
# This is needed to start openvpn with ovpn configuration. Don't know why. - net.ipv6.conf.all.disable_ipv6=0 tmpfs: - /run - /tmp restart: unless-stopped security_opt: - label:disable stdin_open: true tty: true volumes: - /dev/net:/dev/net:z - ~/docker/openvpn/config:/vpn...