Created
July 4, 2021 02:04
-
-
Save z4yx/fcc46cd8b83287bc278eadee15fad8e5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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