https://github.com/microwaves/truck
TCP to UDP proxy
https://github.com/microwaves/truck
devops go networking tcp-proxy udp-proxy
Last synced: about 1 year 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T16:09:36.000Z (over 8 years ago)
- Last Synced: 2025-03-21T15:10:59.980Z (about 1 year 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)