mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-19 21:55:31 +08:00
fix Android IPSec VPN connection
This commit is contained in:
parent
b257fff909
commit
b876015f22
@ -9,7 +9,7 @@ LUCI_TITLE:=LuCI support for IPSec VPN Server (IKEv1 with PSK and Xauth)
|
|||||||
LUCI_DEPENDS:=+strongswan-minimal +strongswan-mod-xauth-generic
|
LUCI_DEPENDS:=+strongswan-minimal +strongswan-mod-xauth-generic
|
||||||
LUCI_PKGARCH:=all
|
LUCI_PKGARCH:=all
|
||||||
PKG_VERSION:=2.0
|
PKG_VERSION:=2.0
|
||||||
PKG_RELEASE:=7
|
PKG_RELEASE:=8
|
||||||
|
|
||||||
include $(TOPDIR)/feeds/luci/luci.mk
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ config setup
|
|||||||
|
|
||||||
conn xauth_psk
|
conn xauth_psk
|
||||||
keyexchange=ikev1
|
keyexchange=ikev1
|
||||||
ike=aes128-sha1-modp2048,3des-sha1-modp1536
|
ike=aes128-sha1-modp2048,aes128-sha1-modp1024,3des-sha1-modp1024,3des-sha1-modp1536
|
||||||
esp=aes128-sha1,3des-sha1
|
esp=aes128-sha1,3des-sha1
|
||||||
left=%defaultroute
|
left=%defaultroute
|
||||||
leftauth=psk
|
leftauth=psk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user