Variable DefaultGetExternalIpByUPnPOptionsConst
DefaultGetExternalIpByUPnPOptions: {
checkIp: ((ip) => boolean);
debug: boolean;
multicastIp: string;
port: number;
timeoutMilliseconds: number;
} = ...
Type declaration
checkIp: ((ip) => boolean)
- (ip): boolean
Returns boolean
debug: boolean
multicastIp: string
port: number
timeoutMilliseconds: number
Since
5.0.3
Version
2023-11-21