Skip to content

Commit 3fc660d

Browse files
committed
mapport: turn -natpmp to on by default
1 parent 9f713b8 commit 3fc660d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mapport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef BITCOIN_MAPPORT_H
66
#define BITCOIN_MAPPORT_H
77

8-
static constexpr bool DEFAULT_NATPMP = false;
8+
static constexpr bool DEFAULT_NATPMP = true;
99

1010
void StartMapPort(bool enable);
1111
void InterruptMapPort();

0 commit comments

Comments
 (0)