fish 10 months ago
parent
commit
3f10ba3287
3 changed files with 34 additions and 0 deletions
  1. 2 0
      README.md
  2. 14 0
      console.py
  3. 18 0
      docs/README.md

+ 2 - 0
README.md

@@ -2,6 +2,8 @@
 
 域名批量检索可用 重构了Java项目:[SearchDomain](https://git.yoqi.me/lyq/SearchDomain)
 
+
+
 ## Develop
 
 

+ 14 - 0
console.py

@@ -0,0 +1,14 @@
+#!/usr/bin/env python
+# -*- encoding: utf-8 -*-
+"""
+@Contact :   liuyuqi.gov@msn.cn
+@Time    :   2024/04/26
+@License :   Copyright © 2017-2022 liuyuqi. All Rights Reserved.
+@Desc    :   windows console mode
+"""
+
+def main():
+    pass
+
+if __name__=='__main__':
+    pass

+ 18 - 0
docs/README.md

@@ -0,0 +1,18 @@
+# Search Domain Docs
+
+本项目实现了批量生成域名,批量检索可用域名的功能,检索域名可用性飞速。
+
+## 原理介绍
+
+### 批量生成域名
+
+根据数据(拼音,英文)等双拼组合,数据文件夹:data/a.csv, b.csv
+
+
+
+### 批量检索域名
+
+基于 whois 方法高效验证域名的可用性,相较于通过其他网站的API方法速度快上10倍,配合多线程能够实现百倍加速检索。
+
+由于 DNS 服务器的安全限制,请求过多过快会拒绝返回。只需要休息一会就可以了。
+