mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Alerts/upnp: show banner / describe manual port forwarding
This commit is contained in:
parent
d3d01dcf0f
commit
3fb01e8c72
1 changed files with 9 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
title: "Vulnerability in UPnP library used by Bitcoin Core"
|
title: "Vulnerability in UPnP library used by Bitcoin Core"
|
||||||
shorturl: "upnp-vulnerability"
|
shorturl: "upnp-vulnerability"
|
||||||
active: true
|
active: true
|
||||||
#banner: "WARNING: serious vulnerability in UPnP library used by Bitcoin Core (click here to read)"
|
banner: "WARNING: serious vulnerability in UPnP library used by Bitcoin Core (click here to read)"
|
||||||
bannerclass: "alert"
|
bannerclass: "alert"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -54,3 +54,11 @@ makes it harder to use this vulnerability for remote code execution or private
|
||||||
key leaks. However, it is still advised to upgrade, or if not possible, disable
|
key leaks. However, it is still advised to upgrade, or if not possible, disable
|
||||||
UPnP as soon as possible.
|
UPnP as soon as possible.
|
||||||
|
|
||||||
|
## Manual Port Forwarding
|
||||||
|
|
||||||
|
With UPnP turned off, your node will still connect to 8 other peers on
|
||||||
|
the Bitcoin network to receive new blocks and transactions. However, it
|
||||||
|
will not accept incomming connections from other peers unless you
|
||||||
|
manually enable port forwarding on your router. If you wish to do
|
||||||
|
that---it isn't required---please [follow these
|
||||||
|
instructions](/en/full-node#network-configuration).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue