An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# GoProxy - Simple proxy server in golang

![GoProxy](https://i.imgur.com/uPDYT2n_d.webp?maxwidth=760&fidelity=grand)

### 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