Verbindungslinks abrufen
Rufen Sie die Telegram-Verbindungslinks jederzeit ab:
mtbuddy links
Wichtige Dateien und Verzeichnisse
- Konfigurationsdatei:
/opt/mtproto-proxy/config.toml - Arbeitsverzeichnis:
/opt/mtproto-proxy - TLS-Zertifikat:
/etc/nginx/ssl/cert.pem - nfqws Binary:
/opt/zapret/nfq/nfqws
Proxy-Verwaltung
Prüfen Sie den Status des Proxys:
systemctl status mtproto-proxy
Live-Logs anzeigen:
journalctl -u mtproto-proxy -f
Proxy neu starten:
systemctl restart mtproto-proxy
Konfiguration
Die Proxy-Konfiguration ist gespeichert in: /opt/mtproto-proxy/config.toml
Starten Sie den Proxy nach Konfigurationsänderungen neu:
systemctl restart mtproto-proxy
Erzeugen Sie aktualisierte Verbindungslinks:
mtbuddy links
Lokale TLS-Maskierung
Ein lokaler Nginx-TLS-Maskierungsdienst ist eingerichtet.
- Domain:
google.com - Listener:
127.0.0.1:8443 - Zertifikat:
/etc/nginx/ssl/cert.pem
Prüfen Sie den Health-Monitor:
systemctl status mtproto-mask-health.timer
TCP-Desynchronisierung mit nfqws
Die Installation aktiviert nfqws, um die DPI-Umgehung zu verbessern.
Prüfen Sie seinen Status:
systemctl status nfqws-mtproto
Starten Sie ihn bei Bedarf neu:
systemctl restart nfqws-mtproto
Nützliche Befehle
# 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