Commit 605f1d14 authored by 神楽坂玲奈's avatar 神楽坂玲奈

clean

parent 939e3eb8
Pipeline #16357 passed with stages
in 25 seconds
#!/bin/sh #!/bin/sh
ip rule del pref 60 ipproto udp sport 495 dport 495 lookup main
npm start npm start
ip rule del pref 70
ip route flush table 2
ip rule add ipproto udp sport 495 dport 495 lookup 2 pref 70
ip route add unreachable default table 2
ip route add 10.198.0.1 dev mc-yangtze table 2
ip route add 10.198.0.3 dev mc-south table 2
ip route add 10.198.0.7 dev mc-fractal table 2
ip route add 10.198.0.9 dev mc-marcia table 2
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