lbryio / lbry-sdk

The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
https://lbry.com
MIT License
7.19k stars 482 forks source link

improve how sdk reports upnp gateway status #3584

Open jessopb opened 2 years ago

jessopb commented 2 years ago

I can check for this exact string, but it seems suboptimal.

"upnp": {
    "aioupnp_version": "0.0.18",
    "dht_redirect_set": false,
    "external_ip": "73.38.176.181",
    "gateway": "No gateway found", <----
    "peer_redirect_set": false,
    "redirects": {}
  },
"upnp": {
    "aioupnp_version": "0.0.18",
    "dht_redirect_set": false,
    "external_ip": "73.38.176.181",
    "gateway": "NETGEAR C3000-100NAS",
    "peer_redirect_set": false,
    "redirects": {}
  },