Verbindingslinks opvragen
Haal de Telegram-verbindingslinks op elk moment op:
mtbuddy links
Belangrijke bestanden en mappen
- Configuratiebestand:
/opt/mtproto-proxy/config.toml - Werkmap:
/opt/mtproto-proxy - TLS-certificaat:
/etc/nginx/ssl/cert.pem - nfqws Binary:
/opt/zapret/nfq/nfqws
Proxybeheer
Controleer de status van de proxy:
systemctl status mtproto-proxy
Bekijk de live logs:
journalctl -u mtproto-proxy -f
Herstart de proxy:
systemctl restart mtproto-proxy
Configuratie
De proxyconfiguratie staat in: /opt/mtproto-proxy/config.toml
Herstart de proxy na configuratiewijzigingen:
systemctl restart mtproto-proxy
Genereer bijgewerkte verbindingslinks:
mtbuddy links
Lokale TLS-maskering
Er is een lokale Nginx-TLS-maskeringsservice geconfigureerd.
- Domein:
google.com - Listener:
127.0.0.1:8443 - Certificaat:
/etc/nginx/ssl/cert.pem
Controleer de health monitor:
systemctl status mtproto-mask-health.timer
TCP-desynchronisatie met nfqws
De installatie schakelt nfqws in om DPI-omzeiling te verbeteren.
Controleer de status ervan:
systemctl status nfqws-mtproto
Herstart het indien nodig:
systemctl restart nfqws-mtproto
Handige opdrachten
# 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