querfunk
/
ffka-querfunk
Archived
2
0
Fork 0

fix config resp. the new prolefeed address (ex mp3)

master
neingeist 8 years ago
parent d34031728d
commit 6aab02cfc1

@ -7,15 +7,15 @@ boot() {
/bin/sleep 10
# route to the dmz via WAN
QFDMZ=212.86.210.200/29
QFEXT=192.168.3.0/24
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
/sbin/ip -6 addr add 2a03:2260:a:b::1:66/64 dev br-client
# 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
}