4 lines
83 B
Bash
4 lines
83 B
Bash
#!/bin/dash
|
|
|
|
socat -T5 -t5 TCP-LISTEN:"${PORT:-5988}",reuseaddr,fork EXEC:"router"
|