FEATURE: qBittorrent can update dynamic DNS services (DynDNS, no-ip)

This commit is contained in:
Christophe Dumez
2011-04-15 13:02:39 +00:00
parent fd4f46485c
commit c85cb8799e
10 changed files with 559 additions and 8 deletions

View File

@@ -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