2
0
Fork 0

move stream backend to maxipax

This commit is contained in:
neingeist 2017-01-13 16:12:56 +01:00
parent 895917ab6c
commit a9386645ec

View file

@ -11,7 +11,7 @@ start() {
fi fi
# start stream proxy # 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() { stop() {