Skip to content

Commit

Permalink
Add auth to confs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Oct 23, 2015
1 parent 6ac1fbe commit 6b536fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pritunl/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@
push "ping-restart %s"
persist-tun
%s
auth %s
status-version 2
script-security 2
reneg-sec 2592000
Expand All @@ -554,6 +555,7 @@
nobind
persist-tun
%s
auth %s
verb 2
mute 3
push-peer-info
Expand All @@ -578,6 +580,7 @@
"Type": "OpenVPN",
"OpenVPN": {
"AuthRetry": "interact",
"Auth": "%s",
"Cipher": "%s",
"ClientCertType": "Pattern",
"ClientCertPattern": {
Expand Down Expand Up @@ -632,6 +635,7 @@
nobind
persist-tun
%s
auth %s
verb %s
mute %s
push-peer-info
Expand Down

0 comments on commit 6b536fd

Please sign in to comment.