Skip to content

bagrii/dnspropagation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNS Propagation Tool

The dnspropagation tool allows you to check DNS records across different countries to determine whether they were successfully propagated.

Build

  • Install latest version of Go.
  • Run: go build -ldflags="-s -w" -o dnspropagation in root folder.
  • Install (optional): go install .