https://github.com/naveo/portkit
Handles all port forwarding for naveo
https://github.com/naveo/portkit
docker hacktoberfest macos
Last synced: 3 months ago
JSON representation
Handles all port forwarding for naveo
- Host: GitHub
- URL: https://github.com/naveo/portkit
- Owner: naveo
- License: apache-2.0
- Created: 2022-10-27T19:48:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T20:44:03.000Z (about 3 years ago)
- Last Synced: 2025-12-17T20:17:50.279Z (7 months ago)
- Topics: docker, hacktoberfest, macos
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portkit
Portkit handles all port forwarding for naveo.
Host source/Server destination addresses, along other aspects of it can be changed from the `config.json` file.
## Development and testing
For quick test, run the following command:
```bash
go run . -config ./config.json
```