qbittorrent / qBittorrent

qBittorrent BitTorrent client
https://www.qbittorrent.org
Other
26.16k stars 3.84k forks source link

Show external IP address/proxy info in status bar #12664

Open FranciscoPombal opened 4 years ago

FranciscoPombal commented 4 years ago

https://github.com/qbittorrent/qBittorrent/issues/12660#issuecomment-619612886

A little sketch of what it could look like. image

ghost commented 4 years ago

Can be done by fetching the external IP from external_ip_alert.

whoshoe commented 2 years ago

Can be done by fetching the external IP from external_ip_alert.

Can you elaborate on how it can be done in a docker container?

thalieht commented 2 years ago

Can be done by fetching the external IP from external_ip_alert.

Can you elaborate on how it can be done in a docker container?

You have to change qBit code and recompile. FYI "ghost" in github is a placeholder name for deleted accounts.

BoxingLaunch commented 2 years ago

Can this be done soon? Worst case, if there's no better way, a GET request to api.ipify.org (and a couple other identical services as backups) is an easy way to get the IP making connections to the internet.

TheLinuxGuy commented 1 year ago

+1

mjeshurun commented 1 year ago

Seeing the IP address qbittorrent is using in the GUI is important and I hope this feature will be added 🙏

OdinVex commented 7 months ago

Addressed, see my Pull Request #20096.