Implemented the letsencrypt challange

This commit is contained in:
WolverinDEV
2019-11-22 00:09:27 +01:00
parent 8639a7d05e
commit ee608ad0c8
3 changed files with 31 additions and 0 deletions
+6
View File
@@ -143,6 +143,12 @@ namespace ts::dns {
uint32_t address{0};
);
define_builder(TXT, base,
inline void set_text(const std::string& text) { this->_text = text; }
private:
std::string _text;
);
#undef define_builder
}
}