Bağlantı bağlantılarını alma
Telegram bağlantı bağlantılarını dilediğiniz zaman alın:
mtbuddy links
Önemli Dosyalar ve Dizinler
- Yapılandırma Dosyası:
/opt/mtproto-proxy/config.toml - Çalışma Dizini:
/opt/mtproto-proxy - TLS sertifikası:
/etc/nginx/ssl/cert.pem - nfqws Binary:
/opt/zapret/nfq/nfqws
Proxy yönetimi
Proxy durumunu kontrol edin:
systemctl status mtproto-proxy
Canlı günlükleri görüntüleyin:
journalctl -u mtproto-proxy -f
Proxy'yi yeniden başlatın:
systemctl restart mtproto-proxy
Yapılandırma
Proxy yapılandırması şurada saklanır: /opt/mtproto-proxy/config.toml
Yapılandırmayı değiştirdikten sonra proxy'yi yeniden başlatın:
systemctl restart mtproto-proxy
Güncellenmiş bağlantı bağlantılarını oluşturun:
mtbuddy links
Yerel TLS maskesi
Yerel bir Nginx TLS maskeleme servisi yapılandırılmıştır.
- Alan adı:
google.com - Dinleyici:
127.0.0.1:8443 - Sertifika:
/etc/nginx/ssl/cert.pem
Sağlık izleyicisini kontrol edin:
systemctl status mtproto-mask-health.timer
nfqws ile TCP desenkronizasyonu
Kurulum, DPI atlatmayı iyileştirmek için nfqws'i etkinleştirir.
Durumunu kontrol edin:
systemctl status nfqws-mtproto
Gerekirse yeniden başlatın:
systemctl restart nfqws-mtproto
Faydalı komutlar
# 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