From b2d07f872c58af9cfdf9f9a4af0645376f9b98cb Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Thu, 17 Jul 2025 13:01:05 -0400 Subject: [PATCH] Add release notes for -natpmp enabled by default --- doc/release-notes-33004.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/release-notes-33004.md diff --git a/doc/release-notes-33004.md b/doc/release-notes-33004.md new file mode 100644 index 00000000000..c8a869f5046 --- /dev/null +++ b/doc/release-notes-33004.md @@ -0,0 +1,6 @@ +Updated settings +---------------- + +* The `-natpmp` option is now set to `1` by default. This means nodes with `-listen` enabled (the + default) but running behind a firewall, such as a local network router, will be reachable if the + firewall/router supports any of the `PCP` or `NAT-PMP` protocols.