Commit Graph

4 Commits

Author SHA1 Message Date
Abolfazl 792719df71 Refactor documentation and code for Apps Script relay mode; remove WebSocket support. 2026-04-22 03:56:17 +03:30
PK3NZO 961e1c9e54 Improve apps_script relay stability and add SOCKS5 support 2026-04-21 16:41:48 +03:30
Abolfazl fd22de27ca Add cross-platform CA auto-installer and production hardening
- Add cert_installer.py: cross-platform trusted CA installer
  (Windows certutil/PowerShell, macOS security, Linux update-ca-certificates,
  Firefox NSS via certutil/certutil)
- main.py: add --install-cert and --no-cert-check CLI flags; auto-detect and
  auto-install MITM CA on startup when not yet trusted
- mitm.py: rename CA CN/O from 'DomainFront Tunnel' to 'MasterHttpRelayVPN'
- proxy_server.py: downgrade TLS handshake errors to DEBUG to reduce log noise
  for non-HTTPS traffic (MTProto, plain HTTP on non-443 ports)
- README.md / README_FA.md: document new CLI flags, auto-install behaviour,
  and cert_installer.py in project files table
2026-04-21 04:56:49 +03:30
Amin.MasterkinG df3c2c5c16 First commit! (TESTING) 2026-04-20 18:44:53 +03:30