mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 18:15:50 +03:00
[GH-ISSUE #360] 请问如何建立一个不使用ipsec的L2TP服务器 #334
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cjy123cjy on GitHub (Mar 22, 2023).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/360
因为我们使用的客户端不支持L2TP over ipsec。所以有了这个需求……
在vpn.env里面设置
VPN_DISABLE_IPSEC_L2TP=yes可以吗?这样是不是会把整个L2TP协议都禁用掉?感谢解答!
@cjy123cjy commented on GitHub (Mar 23, 2023):
I've just found the solution under this issue. https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/191
Thanks a lot!