提交 1f9db4e7 编写于 作者: M m0_60155232

Tue Sep 12 21:24:01 CST 2023 inscode

上级 6ca8239c
...@@ -7,17 +7,11 @@ ...@@ -7,17 +7,11 @@
<script setup> <script setup>
import axios from "axios"; import axios from "axios";
const dns = require("dns");
// 域名解析处理器 // 域名解析处理器
async function parseHanle(){ async function parseHanle(){
let paramObj = { console.log(dns);
queryStr: "maoheinn.top",
querytype: "A" ,
dnsserver: "8.8.8.8"
}
const res = await axios.post("https://coding.tools/cn/nslookup",);
console.log(res);
} }
</script> </script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册