From 9d6d56435505558cf6cb20b013a79d3f2123369b Mon Sep 17 00:00:00 2001 From: AB Date: Thu, 12 Feb 2026 01:04:56 +0200 Subject: [PATCH] Added RBAC mtproxy --- k8s/apps/mtproxy/daemonset.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/k8s/apps/mtproxy/daemonset.yaml b/k8s/apps/mtproxy/daemonset.yaml index d0603e8..e4c482a 100644 --- a/k8s/apps/mtproxy/daemonset.yaml +++ b/k8s/apps/mtproxy/daemonset.yaml @@ -78,8 +78,9 @@ spec: - /bin/sh - -c - >- - /usr/bin/curl -s https://core.telegram.org/getProxySecret -o proxy-secret && \ - /usr/bin/curl -s https://core.telegram.org/getProxyConfig -o proxy-multi.conf && \ + cat /etc/*release* && \ + # /usr/bin/curl -s https://core.telegram.org/getProxySecret -o proxy-secret && \ + # /usr/bin/curl -s https://core.telegram.org/getProxyConfig -o proxy-multi.conf && \ mtproto-proxy -u nobody -p 8888