mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
FEATURE: qBittorrent can update dynamic DNS services (DynDNS, no-ip)
This commit is contained in:
@@ -58,6 +58,7 @@ class HttpServer;
|
||||
class BandwidthScheduler;
|
||||
class ScanFoldersModel;
|
||||
class TorrentSpeedMonitor;
|
||||
class DNSUpdater;
|
||||
|
||||
class QBtSession : public QObject {
|
||||
Q_OBJECT
|
||||
@@ -272,6 +273,8 @@ private:
|
||||
// Port forwarding
|
||||
libtorrent::upnp *m_upnp;
|
||||
libtorrent::natpmp *m_natpmp;
|
||||
// DynDNS
|
||||
DNSUpdater *m_dynDNSUpdater;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user