연결 링크 가져오기
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 마스크
로컬 Nginx TLS 마스킹 서비스가 구성되어 있습니다.
- 도메인:
google.com - 리스너:
127.0.0.1:8443 - 인증서:
/etc/nginx/ssl/cert.pem
헬스 모니터를 확인합니다:
systemctl status mtproto-mask-health.timer
nfqws를 이용한 TCP 비동기화
설치 과정에서 DPI 우회를 강화하기 위해 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