Improve VPN ciphers
- Add stronger cipher options - Fix for Android 6.0 VPN clients
This commit is contained in:
parent
dad10f7ad7
commit
96a071ebc5
@ -198,8 +198,9 @@ conn shared
|
|||||||
dpddelay=30
|
dpddelay=30
|
||||||
dpdtimeout=120
|
dpdtimeout=120
|
||||||
dpdaction=clear
|
dpdaction=clear
|
||||||
ike=3des-sha1,aes-sha1
|
ike=3des-sha1,aes-sha1,aes256-sha2_512,aes256-sha2_256
|
||||||
phase2alg=3des-sha1,aes-sha1
|
phase2alg=3des-sha1,aes-sha1,aes256-sha2_512,aes256-sha2_256
|
||||||
|
sha2-truncbug=yes
|
||||||
|
|
||||||
conn l2tp-psk
|
conn l2tp-psk
|
||||||
auto=add
|
auto=add
|
||||||
|
@ -192,8 +192,9 @@ conn shared
|
|||||||
dpddelay=30
|
dpddelay=30
|
||||||
dpdtimeout=120
|
dpdtimeout=120
|
||||||
dpdaction=clear
|
dpdaction=clear
|
||||||
ike=3des-sha1,aes-sha1
|
ike=3des-sha1,aes-sha1,aes256-sha2_512,aes256-sha2_256
|
||||||
phase2alg=3des-sha1,aes-sha1
|
phase2alg=3des-sha1,aes-sha1,aes256-sha2_512,aes256-sha2_256
|
||||||
|
sha2-truncbug=yes
|
||||||
|
|
||||||
conn l2tp-psk
|
conn l2tp-psk
|
||||||
auto=add
|
auto=add
|
||||||
|
Loading…
Reference in New Issue
Block a user