From 1a64deeb894dc95e2645a75771732c6cc53a79ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 4 Oct 2023 01:35:06 +0200 Subject: Squash changes containing private information There were a lot of changes since the previous commit, but a lot of them contained personnal information about users. All thos changes got stashed into a single commit (history is kept in a different place) and private information was moved in a separate private repository --- modules/private/vpn/tinc/tinc-down | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 modules/private/vpn/tinc/tinc-down (limited to 'modules/private/vpn/tinc/tinc-down') diff --git a/modules/private/vpn/tinc/tinc-down b/modules/private/vpn/tinc/tinc-down deleted file mode 100755 index 1cc45c0..0000000 --- a/modules/private/vpn/tinc/tinc-down +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# This file closes down the tap device. - -echo 0 > /proc/sys/net/ipv6/conf/@mainInterface@/proxy_ndp -echo 0 > /proc/sys/net/ipv6/conf/all/forwarding - -GWIP=`getent hosts gw.vpn.immae.eu | head -n1 | cut -d' ' -f1` - -ip neigh del proxy $GWIP dev eth0 - -ip -6 addr del $GWIP/96 dev $INTERFACE -ip -6 link set $INTERFACE down -- cgit v1.2.3