Created
March 18, 2020 04:57
-
-
Save sandikata/eab680a48b0188357155bdecd1bfed14 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
# route ns1/scalahosting specific IP addresses over VPN. | |
ip route add 78.142.63.198 via 192.168.100.1 dev tun0 | |
ip route add 79.124.76.93 via 192.168.100.1 dev tun0 | |
ip route add 173.237.190.104 via 192.168.100.1 dev tun0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment