mapport: turn -natpmp to on by default

This commit is contained in:
Antoine Poinsot 2025-07-17 12:43:04 -04:00
parent 9f713b83dc
commit 3fc660d267

View File

@ -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();