snarkOS icon indicating copy to clipboard operation
snarkOS copied to clipboard

[Feature] Use UPnP to open ports

Open kobigurk opened this issue 5 years ago • 0 comments

🚀 Feature

Motivation

snarkOS requires at least one port to be open and routed to the node PC: 4131. UPnP allows applications to programatically request the router to perform port forwarding.

Implementation

Perhaps it's possible to use libraries such as https://github.com/sbstp/rust-igd/blob/master/examples/add_port.rs to implement it.

kobigurk avatar Aug 30 '20 08:08 kobigurk