added implementation of V2RayConfigurator and V2RayProtocol classes

This commit is contained in:
vladimir.kuznetsov 2023-02-10 20:07:17 +03:00
parent 8032e55d7c
commit 7d51cb7d58
24 changed files with 369 additions and 20 deletions

View file

@ -124,6 +124,12 @@ constexpr char serverPskKeyPath[] = "/opt/amnezia/wireguard/wireguard_psk.key";
}
namespace v2ray {
constexpr char v2rayKeyPath[] = "/opt/amnezia/v2ray/v2ray.key";
constexpr char defaultLocalPort[] = "1080";
constexpr char defaultServerPort[] = "10086";
}
namespace sftp {
constexpr char defaultUserName[] = "sftp_user";