الحصول على روابط الاتصال
استرجع روابط اتصال Telegram في أي وقت:
mtbuddy links
الملفات والمجلدات المهمة
- ملف التكوين:
/opt/mtproto-proxy/config.toml - دليل العمل:
/opt/mtproto-proxy - شهادة TLS:
/etc/nginx/ssl/cert.pem - nfqws Binary:
/opt/zapret/nfq/nfqws
إدارة الوكيل
تحقّق من حالة الوكيل:
systemctl status mtproto-proxy
اعرض السجلات الحيّة:
journalctl -u mtproto-proxy -f
أعد تشغيل الوكيل:
systemctl restart mtproto-proxy
الإعدادات
تُحفظ إعدادات الوكيل في: /opt/mtproto-proxy/config.toml
بعد تغيير الإعدادات، أعد تشغيل الوكيل:
systemctl restart mtproto-proxy
أنشئ روابط اتصال محدَّثة:
mtbuddy links
تمويه TLS المحلي
تم إعداد خدمة تمويه TLS محلية عبر Nginx.
- النطاق:
google.com - المستقبِل:
127.0.0.1:8443 - الشهادة:
/etc/nginx/ssl/cert.pem
تحقّق من مراقب السلامة:
systemctl status mtproto-mask-health.timer
إزالة تزامن TCP باستخدام nfqws
يُمكّن التثبيت أداة nfqws لتحسين تجاوز فحص الحزم العميق.
تحقّق من حالته:
systemctl status nfqws-mtproto
أعد تشغيله إن لزم الأمر:
systemctl restart nfqws-mtproto
أوامر مفيدة
# Show Telegram connection links
sudo mtbuddy links
# Show proxy and module status
sudo mtbuddy status
# Validate and inspect config
sudo mtbuddy config validate
sudo mtbuddy config doctor
sudo mtbuddy config doctor --network
sudo mtbuddy config print-effective
# Install web monitoring dashboard
sudo mtbuddy setup dashboard
# Remove just the dashboard (leaves the proxy running)
sudo mtbuddy setup dashboard --remove
# Full mtbuddy help
sudo mtbuddy --help