Skip to content

Commit

Permalink
Merge pull request #879 from amnezia-vpn/rename_open_over_ss
Browse files Browse the repository at this point in the history
Renaming OpenVPN over ShadowsSocks
  • Loading branch information
pokamest authored Jul 7, 2024
2 parents 401ad0d + d0c82ef commit 3f90ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/containers/containers_defs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ QMap<DockerContainer, QString> ContainerProps::containerHumanNames()
{
return { { DockerContainer::None, "Not installed" },
{ DockerContainer::OpenVpn, "OpenVPN" },
{ DockerContainer::ShadowSocks, "ShadowSocks" },
{ DockerContainer::ShadowSocks, "OpenVPN over SS" },
{ DockerContainer::Cloak, "OpenVPN over Cloak" },
{ DockerContainer::WireGuard, "WireGuard" },
{ DockerContainer::Awg, "AmneziaWG" },
Expand Down

0 comments on commit 3f90ee9

Please sign in to comment.