获取dns记录 @param domain 域名 @return ip集合
@override Future<List<String>?> fetchDns(String domain) { return Cos().getFetchDns().fetchDns(domain); }