| 770 | } |
| 771 | |
| 772 | std::string enableDohSettings(const std::string &pars) |
| 773 | { |
| 774 | spdlog::debug("enableDohSettings"); |
| 775 | DohData::instance().enableDohSettings(); |
| 776 | return std::string(); |
| 777 | } |
| 778 | |
| 779 | std::string ssidFromInterfaceGUID(const std::string &pars) |
| 780 | { |
no test coverage detected