move stream backend to maxipax
This commit is contained in:
parent
895917ab6c
commit
a9386645ec
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ start() {
|
|||
fi
|
||||
|
||||
# start stream proxy
|
||||
/tmp/usr/bin/socat TCP-LISTEN:8000,reuseaddr,fork,su=nobody,pf=ip6 TCP:192.168.3.4:8000 &
|
||||
/tmp/usr/bin/socat TCP-LISTEN:8000,reuseaddr,fork,su=nobody,pf=ip6 TCP:192.168.3.2:8000 &
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
|
Reference in a new issue