2020-03-30 13:44:18 +02:00
|
|
|
import {AddressTarget, ResolveOptions} from "tc-shared/dns";
|
2020-11-29 14:42:02 +01:00
|
|
|
import {ServerAddress} from "tc-shared/tree/Server";
|
2020-03-30 13:44:18 +02:00
|
|
|
|
|
|
|
export function supported();
|
2020-07-24 00:29:36 +02:00
|
|
|
export function resolve_address(address: ServerAddress, options?: ResolveOptions) : Promise<AddressTarget>;
|
|
|
|
export function resolve_address_ipv4(address: string) : Promise<string>;
|