Add ability to send custom HTTP headers

This commit is contained in:
Chocobo1 2020-04-22 17:15:12 +08:00
commit bb80b378c1
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
8 changed files with 123 additions and 0 deletions

View file

@ -223,6 +223,12 @@ public:
QString getWebUiRootFolder() const;
void setWebUiRootFolder(const QString &path);
// WebUI custom HTTP headers
bool isWebUICustomHTTPHeadersEnabled() const;
void setWebUICustomHTTPHeadersEnabled(bool enabled);
QString getWebUICustomHTTPHeaders() const;
void setWebUICustomHTTPHeaders(const QString &headers);
// Dynamic DNS
bool isDynDNSEnabled() const;
void setDynDNSEnabled(bool enabled);