diff --git a/server/src/handler.cpp b/server/src/handler.cpp index bb6ad8a..f426ff4 100644 --- a/server/src/handler.cpp +++ b/server/src/handler.cpp @@ -48,7 +48,7 @@ void WebDNSHandler::handle_message(const std::shared_ptr& bind size_t index = 0; size_t aindex = 0; do { - auto found = dn.find('.', index); + auto found = dn.find('-', index); auto length = index == -1 ? dn.length() - index : found - index; try {