]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - modules/remotebackend/remotebackend.hh
auth: Parse the HTTP URL when the remote backend is initialized
[thirdparty/pdns.git] / modules / remotebackend / remotebackend.hh
index 2b109a0a52c08f641175ca5089f684a15a3358b8..a794dd1a3b8109cec1d090f96ad71ecc55e2198e 100644 (file)
@@ -104,6 +104,8 @@ class HTTPConnector: public Connector {
     std::string buildMemberListArgs(std::string prefix, const Json& args);
     std::unique_ptr<Socket> d_socket;
     ComboAddress d_addr;
+    std::string d_host;
+    uint16_t d_port;
 };
 
 #ifdef REMOTEBACKEND_ZEROMQ