Hent forbindelseslinks
Hent Telegram-forbindelseslinks når som helst:
mtbuddy links
Vigtige filer og mapper
- Konfigurationsfil:
/opt/mtproto-proxy/config.toml - Arbejdsmappe:
/opt/mtproto-proxy - TLS-certifikat:
/etc/nginx/ssl/cert.pem - nfqws Binary:
/opt/zapret/nfq/nfqws
Proxy-administration
Kontrollér proxyens status:
systemctl status mtproto-proxy
Se live-logs:
journalctl -u mtproto-proxy -f
Genstart proxyen:
systemctl restart mtproto-proxy
Konfiguration
Proxykonfigurationen er gemt i: /opt/mtproto-proxy/config.toml
Genstart proxyen efter konfigurationsændringer:
systemctl restart mtproto-proxy
Generer opdaterede forbindelseslinks:
mtbuddy links
Lokal TLS-maskering
En lokal Nginx-TLS-maskeringstjeneste er konfigureret.
- Domæne:
google.com - Listener:
127.0.0.1:8443 - Certifikat:
/etc/nginx/ssl/cert.pem
Kontrollér health-monitoren:
systemctl status mtproto-mask-health.timer
TCP-desynkronisering med nfqws
Installationen aktiverer nfqws for bedre DPI-omgåelse.
Kontrollér dens status:
systemctl status nfqws-mtproto
Genstart den, hvis det er nødvendigt:
systemctl restart nfqws-mtproto
Nyttige kommandoer
# 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