0
0
mirror of https://github.com/darkk/redsocks.git synced 2025-08-26 19:55:30 +00:00
redsocks/tests/cleanup
Leonid Evdokimov a1be0807ef Implement redsocks_conn_max option, simplify accept-backoff
Sophisticated accept-backoff is not required, it's ONLY purpose is to
protect against busy-loop when `redsocks_conn_max` does not match
RLIMIT_NOFILE.
2016-04-14 22:53:50 +03:00

6 lines
135 B
Bash
Executable File

#!/bin/bash -x
docker ps
vms=$(echo gw web inetd regw dante-{0..1} squid-{8..9} tank{10..26})
docker stop --time 1 $vms
docker rm $vms