From 2583e283a77ab77276d951cedfc56defb87c0b9a Mon Sep 17 00:00:00 2001 From: MickLesk Date: Thu, 2 Apr 2026 21:26:18 +0200 Subject: [PATCH] fix(openthread-br): enable TUN for NAT64 support --- ct/openthread-br.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/openthread-br.sh b/ct/openthread-br.sh index 273e3fb0..643d1576 100644 --- a/ct/openthread-br.sh +++ b/ct/openthread-br.sh @@ -14,6 +14,7 @@ var_disk="${var_disk:-4}" var_os="${var_os:-debian}" var_version="${var_version:-13}" var_unprivileged="${var_unprivileged:-0}" +var_tun="${var_tun:-yes}" header_info "$APP" variables