First commit

This commit is contained in:
ghostersk
2025-03-01 11:39:07 +00:00
commit a86ef6fe1d
8 changed files with 507 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# 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