Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eucalytus/port-forwarder
https://github.com/eucalytus/port-forwarder
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eucalytus/port-forwarder
- Owner: eucalytus
- License: apache-2.0
- Created: 2019-12-09T03:31:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T03:39:20.000Z (almost 5 years ago)
- Last Synced: 2023-03-21T20:27:10.307Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```