From bfee06d1441ac15f94e5cbacd0ba405d1e9a6d83 Mon Sep 17 00:00:00 2001 From: Yihong Wu Date: Mon, 26 Sep 2022 15:34:03 +0900 Subject: [PATCH] Add comparison with Stable Edition --- .github/ISSUE_TEMPLATE.md | 4 ++++ README.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index fcf0775c..160aa871 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,6 +2,10 @@ Hi, there! Thank you for using SoftEther. +If you are running SoftEther VPN 4.x (i.e. Stable Edition), please read the comparison with Developer Edition at: + +https://github.com/SoftEtherVPN/SoftEtherVPN#comparison-with-stable-edition + Before you submit an issue, please read the following: Is this a question? diff --git a/README.md b/README.md index e8bd428d..0e9424f8 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Stable Edition is available on https://github.com/SoftEtherVPN/SoftEtherVPN_Stable which the non-developer user can stable use. +Please note that [some features](#comparison-with-stable-edition) are not available in Stable Edition. + Source code packages (.zip and .tar.gz) and binary files of Stable Edition are also available: https://www.softether-download.com/ @@ -143,6 +145,33 @@ https://github.com/domosekai releasing the build. - More details at https://www.softether.org/. +# Comparison with Stable Edition + +| Protocol | Stable Edition (SE) | Developer Edition (DE) | Comment | +| --- | --- | --- | --- | +| SSL-VPN | ✅ | ✅ | | +| OpenVPN | ✅ | ✅ | AEAD mode is supported in DE only. | +| IPsec | ✅ | ✅ | | +| L2TP | ✅ | ✅ | | +| MS-SSTP | ✅ | ✅ | | +| L2TPv3 | ✅ | ✅ | | +| EtherIP | ✅ | ✅ | | +| WireGuard | ❌ | ✅ | | +| IKEv2 | ❌ | ❌ | | + +| Feature | Stable Edition (SE) | Developer Edition (DE) | Comment | +| --- | --- | --- | --- | +| Password Authentication | ✅ | ✅ | | +| RADIUS / NT Authentication | ✅ | ✅ | | +| Certificate Authentication | ⚠️ | ✅ | SE supports the feature in SSL-VPN only. | +| IPv6-capable VPN Tunnel | ⚠️ | ✅ | SE supports IPv6 in L2 VPN tunnels only. | +| IPv4 Route Management | ✅ | ✅ | Windows clients only | +| IPv6 Route Management | ❌ | ✅ | Windows clients only | +| TLS Server Verification | ⚠️ | ✅ | In SE you need to specify the exact certificate or CA to verify. DE can perform standard TLS verification and use the system CA store. | +| Dual-stack Name Resolution | ⚠️ | ✅ | SE attempts in IPv6 only after IPv4 has failed. | +| ECDSA Certificates Import | ❌ | ✅ | | +| Runs on Windows XP and Earlier | ✅ | ❌ | | +| Compatible with SoftEther VPN 1.0 | ✅ | ❌ | | # Installation