VPN configuration class fixes
This commit is contained in:
parent
535e628eba
commit
a5bcf1a02d
7 changed files with 65 additions and 39 deletions
|
@ -46,10 +46,6 @@ constexpr char last_config[] = "last_config";
|
|||
namespace protocols {
|
||||
|
||||
|
||||
|
||||
constexpr char UDP[] = "udp"; // case sens
|
||||
constexpr char TCP[] = "tcp";
|
||||
|
||||
namespace openvpn {
|
||||
constexpr char defaultSubnetAddress[] = "10.8.0.0";
|
||||
constexpr char defaultSubnetMask[] = "255.255.255.0";
|
||||
|
@ -122,6 +118,8 @@ enum Protocol {
|
|||
ShadowSocks,
|
||||
Cloak,
|
||||
WireGuard,
|
||||
Ikev2,
|
||||
L2tp,
|
||||
|
||||
// non-vpn
|
||||
TorWebSite,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue