remove old path

This commit is contained in:
dranik
2026-05-04 23:25:56 +03:00
parent 4b8ddf7236
commit b7c502e7ed
2 changed files with 1 additions and 3 deletions

View File

@@ -188,7 +188,7 @@ QMap<DockerContainer, QString> 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.") },
};
}

View File

@@ -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