Skip to content

A solution for forwarding proxy over Cloudflare Wrap

Notifications You must be signed in to change notification settings

FastGitORG/F-Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F-Proxy

F-Proxy is a simple solution for forward proxying over CloudFlare Wrap.

Component

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.

Graph

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]
Loading

About

A solution for forwarding proxy over Cloudflare Wrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages