Shirtiny / search-avaliable-domain

uses a gorountine queue to search avaliable domain.使用Gorountine调度队列高并发查找可用的域名

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Domain Name Checker Demo

This is a simple tool to check for available domain names based on the configured length, prefix, and suffix. It uses a dispatch queue to manage Goroutine and perform parallel domain name checks.

Usage

  1. Clone this repository
  2. Run go run main.go
  3. Results in ./temp/*.txt

Configuration

You can modify the following parameters in main.go:

  • Domain length
  • Domain prefix
  • Domain suffix
  • Concurrency
  • Frequency
  • Check method dns/api

Note that this project is for demonstration purposes only and may have limitations.

Disclaimer

this is a simple tool for educational purposes only. It is not designed for commercial use, and its results may not be accurate. Use at your own risk.

this README generated by chatGPT-3.5 :)

About

uses a gorountine queue to search avaliable domain.使用Gorountine调度队列高并发查找可用的域名


Languages

Language:Go 100.0%