Skip to content

Commit

Permalink
Merge pull request #48 from HuYuee/master
Browse files Browse the repository at this point in the history
feat:去除没有用的参数
  • Loading branch information
HuYuee authored Sep 23, 2024
2 parents 21e0e45 + cedb1a2 commit d545155
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HTTPDNSSwiftDemo/MSDKDnsSwiftDemo/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class ViewController: UIViewController {
// 调用SDK解析接口之前必须初始化配置
self.msdkDns = MSDKDns.sharedInstance() as? MSDKDns;
self.msdkDns?.initConfig(with: [
"dnsIp": "119.29.29.99",
"debug": true,
"dnsId": "your dnsId",
"dnsKey": "your dnsKey",
Expand Down

0 comments on commit d545155

Please sign in to comment.