Commit Graph

24 Commits

Author SHA1 Message Date
Abolfazl 1f93575cf6 IPv4 for VPS exit node bash file 2026-05-12 22:20:01 +03:30
Abolfazl 0169c81b73 feat: enhance logging by masking Apps Script deployment IDs for security 2026-05-05 08:04:11 +03:30
Abolfazl 01e28f50bb feat: implement CA certificate serving for LAN devices during sharing 2026-05-05 07:53:34 +03:30
Abolfazl e9fda55adf refactor: update configuration keys and improve documentation for HTTP proxy settings 2026-05-05 06:47:51 +03:30
Abolfazl 3079b83181 feat: improve task cancellation and error logging in DomainFronter 2026-05-03 06:49:15 +03:30
Abolfazl c5beb51df0 Major refactor on codes (no feature is new, just code refactor)
Co-authored-by: Copilot <copilot@github.com>
2026-05-02 12:03:59 +03:30
Abolfazl bf8d798fef feat: improve LAN sharing configuration and enhance startup banner formatting 2026-04-28 21:35:05 +03:30
Abolfazl 84424e899d feat: enhance certificate management with uninstall functionality 2026-04-28 21:23:58 +03:30
Abolfazl Ghaemi e8a4557edf Merge pull request #16 from mahan-bst/feature/uninstall-cert
feat: add unistall CA cert feature
2026-04-28 21:14:35 +03:30
Abolfazl e521b0a7cf fix: suppress benign Windows socket cleanup errors in asyncio 2026-04-25 02:49:42 +03:30
mahan 126f6d9b87 Merge branch 'python_testing' into feature/uninstall-cert 2026-04-24 16:13:31 +03:30
PK3NZO ccc2bd7b96 Merge upstream/python_testing 2026-04-23 23:20:40 +03:30
PK3NZO afdd3e1036 Improve relay stability and add streamed parallel downloads 2026-04-23 15:02:16 +03:30
Emran Hejazi f39d2d389d Merge branch 'python_testing' into features/google-ip-scanner 2026-04-23 11:23:21 +03:30
mahan-bst e0961ed2db feat: add unistall CA cert feature 2026-04-23 11:03:27 +03:30
Abolfazl Ghaemi e915861882 Merge pull request #6 from ramzxy/simplify-install
Add one-click launcher and interactive setup wizard
2026-04-22 23:49:38 +03:30
Emran Hejazi 1d48d50565 Implement lan sharing 2026-04-22 21:11:58 +03:30
Ilia Mirzaali a444d0f3b5 Add one-click launcher and interactive setup wizard
- setup.py: prompts only for the values the user must choose, generates a
  random auth_key, writes config.json (backs up any existing one).
- start.bat / start.sh: create a local venv, install deps (with PyPI mirror
  fallback), run the wizard if config.json is missing, then launch main.py.
- main.py: when config.json is missing on an interactive TTY, offer to run
  the wizard instead of just exiting.
- README: new "Quick Start" section up top; manual steps kept below.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 10:43:15 +02:00
Emran Hejazi 8487940ac6 Implement google candidate ips with a script that finds the fastest ip 2026-04-22 11:20:01 +03:30
Abolfazl acf75dcfd7 feat: implement local HTTP proxy server with MITM capabilities
- Added a new proxy server that intercepts browser traffic and forwards requests through an Apps Script relay.
- Implemented response caching to optimize repeated requests.
- Included support for SOCKS5 proxy connections.
- Added handling for CORS preflight requests and response injection.
- Integrated domain-based policies for blocking and bypassing specific hosts.
- Enhanced error handling and logging for better debugging.
2026-04-22 05:19:59 +03:30
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