1
0
mirror of synced 2024-11-21 20:46:10 +03:00

Enable MS-CHAP v2

- Allow MS-CHAP v2 for better compatibility with the built-in Windows 10
  VPN client. Thanks @remini1998!
This commit is contained in:
hwdsl2 2017-09-25 00:28:10 -05:00
parent 98a3f29407
commit 82da3121b1
2 changed files with 2 additions and 0 deletions

View File

@ -299,6 +299,7 @@ EOF
# Set xl2tpd options
conf_bk "/etc/ppp/options.xl2tpd"
cat > /etc/ppp/options.xl2tpd <<EOF
+mschap-v2
ipcp-accept-local
ipcp-accept-remote
ms-dns $DNS_SRV1

View File

@ -287,6 +287,7 @@ EOF
# Set xl2tpd options
conf_bk "/etc/ppp/options.xl2tpd"
cat > /etc/ppp/options.xl2tpd <<EOF
+mschap-v2
ipcp-accept-local
ipcp-accept-remote
ms-dns $DNS_SRV1