diff --git a/gpulive/haproxy/gen_tcp.ssh b/gpulive/haproxy/gen_tcp.ssh new file mode 100644 index 0000000..012f203 --- /dev/null +++ b/gpulive/haproxy/gen_tcp.ssh @@ -0,0 +1,28 @@ +#!/bin/bash + +START_PORT=30000 +END_PORT=31000 + +for PORT in $(seq $START_PORT $END_PORT); do +cat <