ShadowSocks disabled for production while in debug/testing mode
This commit is contained in:
parent
7131257354
commit
7c0518843f
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ bool ContainerProps::isWorkingOnPlatform(DockerContainer c)
|
||||||
switch (c) {
|
switch (c) {
|
||||||
case DockerContainer::WireGuard: return true;
|
case DockerContainer::WireGuard: return true;
|
||||||
case DockerContainer::OpenVpn: return true;
|
case DockerContainer::OpenVpn: return true;
|
||||||
case DockerContainer::ShadowSocks: return true;
|
// case DockerContainer::ShadowSocks: return true;
|
||||||
default: return false;
|
default: return false;
|
||||||
}
|
}
|
||||||
#elif defined (Q_OS_MAC)
|
#elif defined (Q_OS_MAC)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue