Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)