F-Proxy is a simple solution for forward proxying over CloudFlare Wrap.
F-Proxy Agent is a simple forward proxy server based on TachibanaSuzume/SNIProxyGo. It works as the core of F-Proxy. Some features have been added to make sure it is able to work with CloudFlare WARP and NGINX fluently. The agent is licensed under GPL-3.
NOTE: This repository does not contain any binary files but some scripts to download and install them.
flowchart LR
C[Client] <--HTTPS--> NGX
W[CloudFlare<br/>Wrap]
subgraph B[Server]
NGX[NGINX]<--proxy_pass-->A[F-Proxy<br/>Agent]
end
A<--socks5-->W
W<--TCP-->G
G[GitHub]