From d37a04c4daf719886b1ebf560e96f1df12133d0b Mon Sep 17 00:00:00 2001 From: Manevolent Date: Mon, 2 Jan 2023 19:39:55 -0700 Subject: [PATCH] Update tinc.conf.tmpl --- tinc/tinc.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinc/tinc.conf.tmpl b/tinc/tinc.conf.tmpl index 379fb72..a2d447a 100644 --- a/tinc/tinc.conf.tmpl +++ b/tinc/tinc.conf.tmpl @@ -17,7 +17,7 @@ DeviceType = ${tinc_device_type:-tap} Device = ${tinc_device:-/dev/net/tun} Mode = ${tinc_mode:-switch} Forwarding = kernel -AddressFamily = ${tinc_address_family:-ipv4} +AddressFamily = ${tinc_address_family:-any} # Default over-the-wire security for Lixonet. # Blowfish: https://en.wikipedia.org/wiki/Blowfish_(cipher)