Files
GoLangProxy/README.md
T

12 lines
303 B
Markdown
Raw Normal View History

2025-03-01 11:39:07 +00:00
# GoLangProxy
- simple application written in go lang for proxing http and https with built in self signed certificate function.
### setup project
go mod init proxy
### Running Proxy app without compiling.
go run main.go config.go certificate.go proxy.go utils.go
### Building app:
go build -o proxy