mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07: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:
parent
124cc9621d
commit
f5315d9ba7
9 changed files with 165 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue