config: rename skip_upnp to upnp (#1827)

* config: rename skip_upnp to upnp

Change default option to enable upnp.

Closes #1806

* doc updates

- fix comment and set UPNP to false in TestP2PConfig
- add UPNP to config template
- update changelog
This commit is contained in:
Dev Ojha
2018-06-28 11:09:39 +04:00
committed by Anton Kaliaev
parent aa20c45ae9
commit b1d6deaf0b
9 changed files with 22 additions and 17 deletions
+3
View File
@@ -103,6 +103,9 @@ seeds = ""
# Do not add private peers to this list if you don't want them advertised
persistent_peers = ""
# UPNP port forwarding
upnp = false
# Path to address book
addr_book_file = "addrbook.json"