Implemented the letsencrypt challange
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user