Elektrine lite

← Feed

@Valmond@lemmy.dbzer0.com

Post #3679327

2026-06-27 17:32 UTC

Interesting! So it pings some entity and they send back your external port? I speed read the code (but I’m on mobile) and that’s what it looks like. Any information greatly appreciated.

Replies (1)

  • @Jakeroxs@sh.itjust.works 2026-06-27 18:25

    Gluetun itself already knows the forwarded port via NAT-PMP, this program just gets it from gluetun and assigns it in qbt via the qbt api and if it returns a 200 response it considers it confirmed, here’s an example log: waiting for qBittorrent WebUI… qBittorrent WebUI is ready (authenticated). port file did not contain an integer: /tmp/gluetun/forwarded_port port file did not contain an integer: /tmp/gluetun/forwarded_port gluetun provided forwarded port: 36884 syncing port 36884 to qBittorrent… successfully updated qBittorrent to port 36884 (confirmed) port file did not contain an integer: /tmp/gluetun/forwarded_port port file did not contain an integer: /tmp/gluetun/forwarded_port gluetun provided forwarded port: 39293 syncing port 39293 to qBittorrent… successfully updated qBittorrent to port 39293 (confirmed)

    Open ##3679326