module
0.0.0-20241010135541-bc482082bf70
Repository: https://github.com/jri98/goxy.git
Documentation: pkg.go.dev
# README
goxy
Reverse proxy that hides the origins written in Go.
Usage
Server
go run server/main.go -port <PORT> -domain <DOMAIN> -email <EMAIL> -cloudflare-api-token <CLOUDFLARE_API_TOKEN>
Client
go run client/main.go -proxy-address <PROXY_ADDRESS> -origin-address <ORIGIN_ADDRESS> -subdomain <SUBDOMAIN> -password <PASSWORD>
Origin
go run origin/main.go -port <PORT>