Tantalor93/dnspyre

Can't connect to a url to get list

Closed this issue · 2 comments

Reproduction:

docker run  tantalor93/dnspyre:v2.12.1 --server 8.8.8.8 https://raw.githubusercontent.com/Tantalor93/dnspyre/master/data/1000-domains
There was an error while starting benchmark: failed to download file 'https://raw.githubusercontent.com/Tantalor93/dnspyre/master/data/1000-domains' with error 'Get "https://raw.githubusercontent.com/Tantalor93/dnspyre/master/data/1000-domains": tls: failed to verify certificate: x509: certificate signed by unknown authority'

oh, I missed that scratch container does not have certificates installed, I’ll fix this asap

should be fixed in version v2.12.2,

docker run  tantalor93/dnspyre:v2.12.2 --duration 10s --server 8.8.8.8 https://raw.githubusercontent.com/Tantalor93/dnspyre/master/data/1000-domains

thanks for reporting!