- Fix #1263: Exempt loopback addresses from wait-limit.
- Fix wait-limit-netblock and wait-limit-cookie-netblock config parse
to allow two arguments.
+ - Fix ub_event and include dnstap and win_svc headers.
2 April 2025: Yorgos
- Merge #1262 from markyang92, fix build with
#include "util/netevent.h"
#include "util/tube.h"
#include "daemon/remote.h"
+#ifdef USE_DNSTAP
+#include "dnstap/dtstream.h"
+#endif
+#ifdef UB_ON_WINDOWS
+#include "winrc/win_svc.h"
+#endif
/* We define libevent structures here to hide the libevent stuff. */