初始化自定义 DNS 解析器
Future<void> initCustomerDNSFetch(IFetchDns iFetchDns) async { _iFetchDns = iFetchDns; return _cosApi.initCustomerDNSFetch(); }