Skip to content

Instantly share code, notes, and snippets.

@z4yx
Created July 4, 2021 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save z4yx/fcc46cd8b83287bc278eadee15fad8e5 to your computer and use it in GitHub Desktop.
Save z4yx/fcc46cd8b83287bc278eadee15fad8e5 to your computer and use it in GitHub Desktop.
#!/bin/bash
ip -batch - <<EOF
r add 59.66.0.0/16 via 166.111.226.129 table users
r add 101.5.0.0/16 via 166.111.226.129 table users
r add 101.6.0.0/16 via 166.111.226.129 table users
r add 118.229.0.0/20 via 166.111.226.129 table users
r add 166.111.0.0/16 via 166.111.226.129 table users
r add 183.172.0.0/16 via 166.111.226.129 table users
r add 183.173.0.0/17 via 166.111.226.129 table users
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment