# domain2IP **Repository Path**: github-22268501/domain2IP ## Basic Information - **Project Name**: domain2IP - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-14 - **Last Updated**: 2023-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # domain2IP [Get the ip set of a domain as many as possible and as soon as possible.](https://winway.github.io/2018/06/14/domain2ip/) ```python .|-- conf # configuration dir | |-- nameservers.txt # DNS server list | `-- work_nodes.txt # worker nodes list |-- getIP_distributed.sh # multi-nodes version |-- getIP.go # single-node version |-- getIP.sh # single-node version |-- job.sh |-- LICENSE |-- README.md |-- result # result dir `-- tmp # tmp dir ```