Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microwaves/truck
TCP to UDP proxy
https://github.com/microwaves/truck
devops go networking tcp-proxy udp-proxy
Last synced: 13 days ago
JSON representation
TCP to UDP proxy
- Host: GitHub
- URL: https://github.com/microwaves/truck
- Owner: microwaves
- License: bsd-3-clause
- Created: 2017-10-13T16:05:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T16:09:36.000Z (about 7 years ago)
- Last Synced: 2024-06-20T11:29:07.597Z (5 months ago)
- Topics: devops, go, networking, tcp-proxy, udp-proxy
- Language: Makefile
- Homepage:
- Size: 4.88 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# truck
TCP Proxy to UDP services.## Install
```
go get [-u] github.com/microwaves/truck
```## Use
```
$ truck --target target.udp.host:1337 --port 7777
````localhost:7777` should now accept TCP connections and proxy to your UDP service. :unicorn:
## Authors
Stephano Zanzin - [@microwaves](https://github.com/microwaves)
## License
See [LICENSE](LICENSE)