# gproxy **Repository Path**: mirrors_dimchansky/gproxy ## Basic Information - **Project Name**: gproxy - **Description**: A proxy server that routes all HTTP traffic through Google Data Compression proxy server using SSL connection - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gproxy ## Description ``` ┌──────────────Local machine──────────────┐ │ ┌──────────────Browser───────────────┐ │ │ │....................................│ │ │ │.┌──────────────┐..┌──────────────┐.│ │ │ │.│ HTTP traffic │..│HTTPS traffic │.│ │ │ │.└───────▲──────┘..└───────▲──────┘.│ │ │ │.........│.................║........│ │ │ └─────────│─────────────────║────────┘ │ │ │ ║ │ │ plain HTTP HTTP │ │ │ over SSL │ │ ┌─────────│─────gproxy──────║─────────┐ │ │ │.........│.................║.........│ │ │ │.┌───────▼──────┐..┌───────▼──────┐..│ │ │ │.│ HTTPS client │..│ DNS resolver ◀────────────┐ │ │.└───────▲──────┘..└───────▲──────┘..│ │ │ │ │.........║.................║.........│ │ │ │ │.........║.......┌─────────▼───────┐.│ │ │ │ │.........║.......│ SSL connection │.│ │ │ │ │.........║.......│ hijacker │.│ │ │ │ │.........║.......└─────────▲───────┘.│ │ TCP │ │.........║.................║.........│ │ connection │ └─────────║─────────────────║─────────┘ │ │ └───────────║─────────────────║───────────┘ │ ║ ║ │ HTTP over HTTP over │ SSL SSL │ ║ ║ │ ┌ ─ ─ ─ ─ ─ ─ ║ ─ ─ ─ ─ ─ ─ ─ ─ ║ ─ ─ ─ ─ ─ ─ ─ ─ ─ │ ─ ─ ─ ─ ┐ ║ ║ │ │ ┌───────▼──────┐ ║ ┌───────▼──────┐ │ │ Google proxy │ ║ │ Google DNS │ │ └───────▲──────┘ ║ └──────────────┘ │ │ ║ │ │ ║ │ plain HTTP ║ │ │ ║ │ │ ║ │ ┌───────▼──────┐ ┌───────▼──────┐ │ │ HTTP server │ │ HTTPS server │ │ └──────────────┘ └──────────────┘ │ │ ___ _ _ _____ _____ ____ _ _ _____ _____ │ |_ _| \ | |_ _| ____| _ \| \ | | ____|_ _| │ | || \| | | | | _| | |_) | \| | _| | | │ | || |\ | | | | |___| _ <| |\ | |___ | | │ |___|_| \_| |_| |_____|_| \_\_| \_|_____| |_| │ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ```