From 3fc660d267191dc04f2b4528fc2b991c52c83e95 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Thu, 17 Jul 2025 12:43:04 -0400 Subject: [PATCH] mapport: turn -natpmp to on by default --- src/mapport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapport.h b/src/mapport.h index 3f16b2ea619..ea16aef7da0 100644 --- a/src/mapport.h +++ b/src/mapport.h @@ -5,7 +5,7 @@ #ifndef BITCOIN_MAPPORT_H #define BITCOIN_MAPPORT_H -static constexpr bool DEFAULT_NATPMP = false; +static constexpr bool DEFAULT_NATPMP = true; void StartMapPort(bool enable); void InterruptMapPort();