2020-03-30 11:44:18 +00:00
|
|
|
import {AddressTarget, ResolveOptions} from "tc-shared/dns";
|
|
|
|
import {ServerAddress} from "tc-shared/ui/server";
|
|
|
|
|
|
|
|
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>;
|