Commit c24254a8 authored by 神楽坂玲奈's avatar 神楽坂玲奈

flush cache

parent f620affd
......@@ -22,6 +22,15 @@ if [ -n "${RAILGUN_TOS}" ]; then
iptables -t mangle -A PREROUTING -s 10.0.0.0/16 -p tcp -m addrtype ! --dst-type LOCAL -m tos --tos ${RAILGUN_TOS} -j TPROXY --on-port 5000 --on-ip 0.0.0.0 --tproxy-mark 0x3
fi
echo 'strongswan hack'
ip route replace 10.${RAILGUN_ID}.16.0/20 via ${RAILGUN_GATEWAY}
ip route replace 10.${RAILGUN_ID}.32.0/20 via ${RAILGUN_GATEWAY}
ip route replace 10.${RAILGUN_ID}.48.0/20 via ${RAILGUN_GATEWAY}
ip route replace 10.${RAILGUN_ID}.64.0/20 via ${RAILGUN_GATEWAY}
ip route replace 10.${RAILGUN_ID}.96.0/20 via ${RAILGUN_GATEWAY}
echo 'network...'
coffee main.coffee
ip route flush cache
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment