mirror of
https://github.com/darkk/redsocks.git
synced 2025-08-26 11:45:30 +00:00
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.
6 lines
135 B
Bash
Executable File
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
|