Open carver opened 3 years ago
This issue is stale because it has been open for 42 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Is this a mistake? Automated UPnP seems valuable for NAT'd users.
Look at how the following project does it: https://github.com/pzmarzly/portforwarder-rs/blob/master/src/bin/pf.rs
Probably just use
igd
directly.On second thought: this is probably unnecessary, because the outbound requests will punch a hole in the NAT, and the PONGs provide the externally observed IP & port.