feat: add virtualHost option (#6)

This commit is contained in:
envizar
2025-02-07 08:01:12 +03:00
committed by GitHub
parent 9469564736
commit 73a2fffe8b
2 changed files with 7 additions and 4 deletions

1
types/lib/java.d.ts vendored
View File

@ -7,6 +7,7 @@ export type JavaPingOptions = {
port?: number | undefined;
timeout?: number | undefined;
protocolVersion?: number | undefined;
virtualHost?: string | undefined;
};
/**