fix: add correct typing for tls option (#141)
This commit is contained in:
committed by
Tyler Stewart
parent
ab085a1bca
commit
811db7b1a7
2
ftp-srv.d.ts
vendored
2
ftp-srv.d.ts
vendored
@@ -64,7 +64,7 @@ export interface FtpServerOptions {
|
||||
pasv_max?: number,
|
||||
pasv_url?: string,
|
||||
greeting?: string | string[],
|
||||
tls?: tls.SecureContext | false,
|
||||
tls?: tls.SecureContextOptions | false,
|
||||
anonymous?: boolean,
|
||||
blacklist?: Array<string>,
|
||||
whitelist?: Array<string>,
|
||||
|
||||
Reference in New Issue
Block a user