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