t38modem Dockerfile
This commit is contained in:
parent
a5a8b2c3a2
commit
1a3c20b4cb
5 changed files with 122 additions and 0 deletions
6
docker/t38modem/services/socat.sh
Normal file
6
docker/t38modem/services/socat.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# $1: PTTY ID
|
||||
# $2: TCP server port
|
||||
|
||||
socat -d -d "file:${1},raw,echo=0" "TCP-LISTEN:${2},reuseaddr"
|
Loading…
Add table
Add a link
Reference in a new issue