mirror of
https://github.com/minescope/mineping.git
synced 2025-07-13 04:14:37 +03:00
feat: add virtualHost option (#6)
This commit is contained in:
1
types/lib/java.d.ts
vendored
1
types/lib/java.d.ts
vendored
@ -7,6 +7,7 @@ export type JavaPingOptions = {
|
||||
port?: number | undefined;
|
||||
timeout?: number | undefined;
|
||||
protocolVersion?: number | undefined;
|
||||
virtualHost?: string | undefined;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user