mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Add WebUI reverse proxy source IP resolution (#15047)
Co-authored-by: qix67 Co-authored-by: HiFiPhile <admin@hifiphile.com>
This commit is contained in:
@@ -225,6 +225,12 @@ public:
|
||||
QString getWebUICustomHTTPHeaders() const;
|
||||
void setWebUICustomHTTPHeaders(const QString &headers);
|
||||
|
||||
// Reverse proxy
|
||||
bool isWebUIReverseProxySupportEnabled() const;
|
||||
void setWebUIReverseProxySupportEnabled(bool enabled);
|
||||
QString getWebUITrustedReverseProxiesList() const;
|
||||
void setWebUITrustedReverseProxiesList(const QString &addr);
|
||||
|
||||
// Dynamic DNS
|
||||
bool isDynDNSEnabled() const;
|
||||
void setDynDNSEnabled(bool enabled);
|
||||
|
||||
Reference in New Issue
Block a user