Skip to content

Zensey/transparent-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

f-proxy

transparent forwarding proxy for TCP/UDP/QUIC

setup firewall example

./deploy/setup_firewall.sh up

running VictoriaMetrics

docker run -it --rm -v ./deploy/victoria-config.yaml:/etc/config.yaml --network="host"  victoriametrics/victoria-metrics -promscrape.config=/etc/config.yaml

api

curl http://localhost:8080/stat/sn | python -m json.tool

{
    "phoronix.com": {
        "rx": 14153,
        "tx": 1978
    }
}
curl http://localhost:8080/stat/ip | python -m json.tool

{
    "172.67.75.80": {
        "rx": 22483,
        "tx": 3178
    },
    "173.255.201.149": {
        "rx": 265,
        "tx": 90
    }
}

About

transparent proxy for TCP/UDP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published