ShadowSocks disabled for production while in debug/testing mode

This commit is contained in:
Alex Kh 2021-12-31 11:04:01 +04:00
parent 7131257354
commit 7c0518843f

View file

@ -145,7 +145,7 @@ bool ContainerProps::isWorkingOnPlatform(DockerContainer c)
switch (c) {
case DockerContainer::WireGuard: return true;
case DockerContainer::OpenVpn: return true;
case DockerContainer::ShadowSocks: return true;
// case DockerContainer::ShadowSocks: return true;
default: return false;
}
#elif defined (Q_OS_MAC)