fix config resp. the new prolefeed address (ex mp3)
This commit is contained in:
parent
d34031728d
commit
6aab02cfc1
1 changed files with 3 additions and 3 deletions
|
@ -7,15 +7,15 @@ boot() {
|
||||||
/bin/sleep 10
|
/bin/sleep 10
|
||||||
|
|
||||||
# route to the dmz via WAN
|
# route to the dmz via WAN
|
||||||
QFDMZ=212.86.210.200/29
|
QFEXT=192.168.3.0/24
|
||||||
QFGW=192.168.2.1
|
QFGW=192.168.2.1
|
||||||
/sbin/ip route add $QFDMZ via $QFGW dev br-wan
|
/sbin/ip route add $QFEXT via $QFGW dev br-wan
|
||||||
|
|
||||||
# ipv6 fixed
|
# ipv6 fixed
|
||||||
/sbin/ip -6 addr add 2a03:2260:a:b::1:66/64 dev br-client
|
/sbin/ip -6 addr add 2a03:2260:a:b::1:66/64 dev br-client
|
||||||
|
|
||||||
# start stream proxy
|
# start stream proxy
|
||||||
/usr/bin/socat TCP-LISTEN:8000,reuseaddr,fork,su=nobody,pf=ip6 TCP:212.86.210.204:8000 &
|
/usr/bin/socat TCP-LISTEN:8000,reuseaddr,fork,su=nobody,pf=ip6 TCP:192.168.3.4:8000 &
|
||||||
|
|
||||||
echo zz_custom ended | logger
|
echo zz_custom ended | logger
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue