]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/rec-lua-conf.hh
rec: Add support for more than one protobuf server
[thirdparty/pdns.git] / pdns / rec-lua-conf.hh
index a47077a2804df4e6c0fdd6cd1fc2114555d4b872..6ce143076820e1fc2ea1c554327eb0fce07d0005 100644 (file)
@@ -30,7 +30,7 @@
 struct ProtobufExportConfig
 {
   std::set<uint16_t> exportTypes = { QType::A, QType::AAAA, QType::CNAME };
-  ComboAddress server;
+  std::vector<ComboAddress> servers;
   uint64_t maxQueuedEntries{100};
   uint16_t timeout{2};
   uint16_t reconnectWaitTime{1};