Fixed PTRArchive Data Source

master
Ice3man543 2018-06-26 11:40:04 +05:30
parent e6bd10e8f5
commit 5f1a94679c
No known key found for this signature in database
GPG Key ID: 0D3F37291AF33149
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ func Query(args ...interface{}) interface{} {
state := args[1].(*helper.State)
// Make a http request to CertDB
resp, err := helper.GetHTTPResponse("http://ptrarchive.com/tools/search2.htm?label="+domain+"&date=ALL", state.Timeout)
resp, err := helper.GetHTTPResponse("http://ptrarchive.com/tools/search3.htm?label="+domain+"&date=ALL", state.Timeout)
if err != nil {
if !state.Silent {
fmt.Printf("\nptrarchive: %v\n", err)