We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270ca22 commit 1d19e8cCopy full SHA for 1d19e8c
src/types.ts
@@ -47,7 +47,7 @@ export interface TlsConfig {
47
type DnsType = 2
48
type IpType = 7
49
export interface SubjectAltName {
50
- type: DnsType | IpType
+ type: DnsType | IpType | number
51
value: string
52
}
53
0 commit comments