summaryrefslogtreecommitdiffstats
path: root/vpn-connect
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-06-23 22:23:16 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-06-23 22:23:16 +0200
commitff08764db7d5396b7ebe7bf78ff9fa0a3c512f30 (patch)
treede3b6e230c53fd21dc528e2ab34046d83a2c8bde /vpn-connect
parentf0d01c040a56fe249802628e0e9e82fd5ac64149 (diff)
downloadbin-ff08764db7d5396b7ebe7bf78ff9fa0a3c512f30.tar.gz
bin-ff08764db7d5396b7ebe7bf78ff9fa0a3c512f30.tar.xz
clipboard-singlify: Add doc and improve regex by using \h
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'vpn-connect')
-rwxr-xr-xvpn-connect1
1 files changed, 1 insertions, 0 deletions
diff --git a/vpn-connect b/vpn-connect
index 8f9ea4a..a569486 100755
--- a/vpn-connect
+++ b/vpn-connect
@@ -15,6 +15,7 @@ done
hostnames=(ieeexplore.ieee.org dl.acm.org
proquest.tech.safaribooksonline.de
+link.springer.com
)
for ip in $(dig +short "${hostnames[@]}"); do
sudo ip route add dev vpntun0 "$ip" || true