Initial commit
This commit is contained in:
8
node_modules/mqtt/build/lib/connect/socks.d.ts
generated
vendored
Executable file
8
node_modules/mqtt/build/lib/connect/socks.d.ts
generated
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
import { type IStream } from '../shared';
|
||||
export interface SocksConnectionOptions {
|
||||
timeout?: number;
|
||||
lookup?: (hostname: string) => Promise<{
|
||||
address: string;
|
||||
}>;
|
||||
}
|
||||
export default function openSocks(destinationHost: string, destinationPort: number, socksUrl: string, options?: SocksConnectionOptions): IStream;
|
||||
Reference in New Issue
Block a user