https://github.com/algrvvv/goproxy
Simple proxy server in golang
https://github.com/algrvvv/goproxy
golang proxy proxy-server
Last synced: 2 months ago
JSON representation
Simple proxy server in golang
- Host: GitHub
- URL: https://github.com/algrvvv/goproxy
- Owner: algrvvv
- License: mit
- Created: 2024-07-30T19:22:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T17:11:54.000Z (8 months ago)
- Last Synced: 2025-01-21T04:12:55.932Z (4 months ago)
- Topics: golang, proxy, proxy-server
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoProxy - Simple proxy server in golang

### Installation
The installation has two options:
1. clone the repository and make a build
2. install the binary for your system. Exceptions: macOS```shell
# download the installer
$ curl -LO https://raw.githubusercontent.com/algrvvv/goproxy/main/install.sh
# make the file executable
$ chmod +x install.sh
# start the installation
$ ./install.sh
```After installation, edit `config.yaml` to suit your needs and start the server:
```shell
# if you chose the first installation option
$ ./bin/goproxy
# if you chose the second installation option
$ ./goproxy
```### Additions
in addition, you can view a [browser extension](https://github.com/algrvvv/goproxy-ext) that can be used in conjunction
with this proxy server