Skip to content

Commit b7cc9b5

Browse files
committed
Fix WHOIS API URL to use api.domaindetails.com
The previous URL api.domaindetails.io has DNS issues.
1 parent 6724e3f commit b7cc9b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/whois/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
const (
1616
// APIBaseURL is the DomainDetails.com API endpoint
17-
APIBaseURL = "https://api.domaindetails.io"
17+
APIBaseURL = "https://api.domaindetails.com"
1818

1919
// RequestTimeout is the timeout for WHOIS requests
2020
RequestTimeout = 15 * time.Second

0 commit comments

Comments
 (0)