Compare commits

...

3 Commits

Author SHA1 Message Date
Alexey 5e5c82a0ad Merge pull request #837 from absolute-Idee/fix/issue-821
Update Dockerfile (issue#821)
2026-06-23 12:35:47 +03:00
Alexey d1a97fe10f Update README.md 2026-06-14 12:03:55 +03:00
Urbaev Maxim b95956d141 Update Dockerfile (issue#821) 2026-06-11 23:37:09 +03:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -73,7 +73,7 @@ RUN set -eux; \
WORKDIR /app WORKDIR /app
COPY --from=minimal /telemt /app/telemt COPY --from=minimal /telemt /app/telemt
COPY config.toml /app/config.toml COPY ./config/config.toml /app/config.toml
EXPOSE 443 9090 9091 EXPOSE 443 9090 9091
@@ -99,7 +99,7 @@ RUN set -eux; \
WORKDIR /app WORKDIR /app
COPY --from=minimal /telemt /app/telemt COPY --from=minimal /telemt /app/telemt
COPY config.toml /app/config.toml COPY ./config/config.toml /app/config.toml
EXPOSE 443 9090 9091 EXPOSE 443 9090 9091
@@ -116,7 +116,7 @@ FROM gcr.io/distroless/static-debian12 AS prod
WORKDIR /app WORKDIR /app
COPY --from=minimal /telemt /app/telemt COPY --from=minimal /telemt /app/telemt
COPY config.toml /app/config.toml COPY ./config/config.toml /app/config.toml
USER nonroot:nonroot USER nonroot:nonroot
+1 -1
View File
@@ -8,7 +8,7 @@
> >
> From June 5th, 2026: we are already analyzing the causes of a new wave of "malfunctions" > From June 5th, 2026: we are already analyzing the causes of a new wave of "malfunctions"
> >
> Telegram Clients TLS ClientHello has been banned by JA3 Fingerprint: we are already looking for ways to solve this problem > Telegram Clients TLS ClientHello has been banned by JA4/JA4+ Fingerprint: we are already looking for ways to solve this problem
> >
> You can try build your client with our Telegram Devlibrary - [tdlib-obf](https://github.com/telemt/tdlib-obf) > You can try build your client with our Telegram Devlibrary - [tdlib-obf](https://github.com/telemt/tdlib-obf)