Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eucalytus/port-forwarder


https://github.com/eucalytus/port-forwarder

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# port-forwarder

## build
```bash
go build main.go
```

## run
```bash
./main --listen 80 --forward-addr 127.0.0.1:8080
```