udp-director
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "udp-director", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A tool that is capable of directing UDP traffic from a specific port to as many hosts as needed.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -73,6 +73,6 @@ # **udp-director** | ||
{ | ||
ip: '192.168.1.1', | ||
host: '192.168.1.1', | ||
port: 20000 | ||
}, { | ||
ip: '192.168.1.2', | ||
host: '192.168.1.2', | ||
port: 20000 | ||
@@ -108,2 +108,6 @@ } | ||
## Docker | ||
If you'd like to run udp-director inside a docker container, checkout the [official Docker Hub repository](https://hub.docker.com/r/carldanley/udp-director/). | ||
## License | ||
@@ -110,0 +114,0 @@ |
28154
19
134