summaryrefslogtreecommitdiff
path: root/ImmaeEu-down
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-02-12 18:21:04 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-02-12 18:21:04 +0100
commit6d0592b79d91196c9fe35cdf6b6a5407a6a44ea4 (patch)
tree763733958b8c2c277e500468dabc00e6f8f5cc44 /ImmaeEu-down
parente97c5917f6bd6690282f1df59916ab038e0ad9fd (diff)
parent88e66de272bf09750d2096752dcd4e5fc344cbc3 (diff)
downloadhosts-6d0592b79d91196c9fe35cdf6b6a5407a6a44ea4.tar.gz
hosts-6d0592b79d91196c9fe35cdf6b6a5407a6a44ea4.tar.zst
hosts-6d0592b79d91196c9fe35cdf6b6a5407a6a44ea4.zip
Merge branch 'master' into androidandroid
Diffstat (limited to 'ImmaeEu-down')
-rw-r--r--ImmaeEu-down2
1 files changed, 1 insertions, 1 deletions
diff --git a/ImmaeEu-down b/ImmaeEu-down
index 8a0ef22..1b6260e 100644
--- a/ImmaeEu-down
+++ b/ImmaeEu-down
@@ -9,7 +9,7 @@ ip route del table 100 $REMOTEADDRESS
9ip -6 route del table 100 $GWIP dev vpn6 9ip -6 route del table 100 $GWIP dev vpn6
10ip -6 route del table 100 ::/1 via $GWIP dev vpn6 10ip -6 route del table 100 ::/1 via $GWIP dev vpn6
11for MYIP in $MYIPS; do 11for MYIP in $MYIPS; do
12 ip -6 addr del $MYIP/96 dev vpn6 12 ip -6 addr del $MYIP/96 dev vpn6
13done 13done
14ip -6 link set vpn6 down 14ip -6 link set vpn6 down
15 15