Update vpnsetup.sh
fix line 318 "+mschap-v2" to "require-mschap-v2" for windows support
This commit is contained in:
parent
d9ab6ae1a5
commit
c990954de4
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ EOF
|
|||
# Set xl2tpd options
|
||||
conf_bk "/etc/ppp/options.xl2tpd"
|
||||
cat > /etc/ppp/options.xl2tpd <<EOF
|
||||
+mschap-v2
|
||||
require-mschap-v2
|
||||
ipcp-accept-local
|
||||
ipcp-accept-remote
|
||||
noccp
|
||||
|
|
Loading…
Add table
Reference in a new issue