Categorygithub.com/JRI98/goxy
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>

# Packages

No description provided by the author
No description provided by the author
No description provided by the author