From b21a18c0b6c2f31ccba2e3a02abfae768414cd4b Mon Sep 17 00:00:00 2001 From: gevorghakobyan13 <80034004+gevorghakobyan13@users.noreply.github.com> Date: Mon, 10 Apr 2023 17:23:05 +0400 Subject: [PATCH] Update ovpn_getclient Added username-password line for client --- bin/ovpn_getclient | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/ovpn_getclient b/bin/ovpn_getclient index 092aeea9..23e8ec4e 100755 --- a/bin/ovpn_getclient +++ b/bin/ovpn_getclient @@ -36,6 +36,9 @@ client nobind dev $OVPN_DEVICE remote-cert-tls server +auth-user-pass + + remote $OVPN_CN $OVPN_PORT $OVPN_PROTO" if [ "$OVPN_PROTO" == "udp6" ]; then