fix(test/server): Fix force cleanup in DNS server tests by casting server properties before closing sockets

This commit is contained in:
2025-05-28 19:55:01 +00:00
parent 1185ea67d4
commit 0f8953fc1d
3 changed files with 11 additions and 5 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartdns',
version: '7.4.0',
version: '7.4.1',
description: 'A robust TypeScript library providing advanced DNS management and resolution capabilities including support for DNSSEC, custom DNS servers, and integration with various DNS providers.'
}