diff --git a/client/core/utils/containers/containerUtils.cpp b/client/core/utils/containers/containerUtils.cpp index 1efc2cccd..29664408f 100644 --- a/client/core/utils/containers/containerUtils.cpp +++ b/client/core/utils/containers/containerUtils.cpp @@ -188,7 +188,7 @@ QMap ContainerUtils::containerDetailedDescriptions() "bypassing DPI-based blocking.") }, { DockerContainer::Telemt, QObject::tr("Telegram MTProto proxy powered by Telemt (Rust). " - "Supports secure and TLS fronting modes with optional traffic masking.") } + "Supports secure and TLS fronting modes with optional traffic masking.") }, }; } diff --git a/client/server_scripts/telemt/configure_container.sh b/client/server_scripts/telemt/configure_container.sh index 061df506d..6cd9d31db 100644 --- a/client/server_scripts/telemt/configure_container.sh +++ b/client/server_scripts/telemt/configure_container.sh @@ -9,8 +9,6 @@ if [ -n "$TELEMT_SECRET" ]; then SECRET="$TELEMT_SECRET" elif [ -f /data/secret ]; then SECRET=$(cat /data/secret) -elif [ -f /data/.amnezia-secret ]; then - SECRET=$(cat /data/.amnezia-secret) else SECRET=$(openssl rand -hex 16) fi