From caf2a1959a05c88b2505e678617f6b4ea7a15373 Mon Sep 17 00:00:00 2001 From: Manevolent <Manevolent@users.noreply.github.com> Date: Thu, 13 Apr 2023 00:08:43 -0600 Subject: [PATCH] Update tinc-up.tmpl --- tinc/tinc-up.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tinc/tinc-up.tmpl b/tinc/tinc-up.tmpl index f72ac7a..8e572d5 100644 --- a/tinc/tinc-up.tmpl +++ b/tinc/tinc-up.tmpl @@ -1,4 +1,6 @@ #!/bin/sh +mkdir /tmp/tinc + sysctl -w net.ipv6.conf.\$INTERFACE.disable_ipv6=1 || echo "[WARNING] IPv6 couldn't be disabled on the \$INTERFACE interface!" {{ if len "${internal_address6:-}" }}