shadowsocks impl
This commit is contained in:
parent
95cbb07cbb
commit
ec9ae0ef4f
20 changed files with 380 additions and 117 deletions
|
@ -12,6 +12,12 @@ enum class Protocol {
|
|||
WireGuard
|
||||
};
|
||||
|
||||
enum class DockerContainer {
|
||||
OpenVpn,
|
||||
ShadowSocks,
|
||||
WireGuard
|
||||
};
|
||||
|
||||
struct ServerCredentials
|
||||
{
|
||||
QString hostName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue