HelloZeroNet / HelloZeroNet/ZeroNet
Leaves UPnP forward when stopped
Open
- Dominant language
- JavaScript
- Stars
- 18.8k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
How to reproduce:
1. start with ```--tor disable```
2. stop gracefully with SIGINT
3. observe that the router still has UPnP port forwarded:
> ZeroNet | Yes | 15441 | 15441 | 192.168.1.10 | TCP
It should delete UPnP forwards when stopped gracefully.
As a good example, BitMessage handles UPnP very well: https://github.com/Bitmessage/PyBitmessage
I believe they have their own UPnP python implementation.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.