Fix missing opts

This commit is contained in:
Yarmo Mackenbach 2020-12-10 02:59:04 +01:00
parent 4e00c1025e
commit 35b52aa6d4

View file

@ -61,7 +61,7 @@ const processURI = (uri, opts) => {
qr: null, qr: null,
}, },
proof: { proof: {
uri: utils.generateProxyURL('dns', match[1]), uri: utils.generateProxyURL('dns', match[1], opts),
fetch: null, fetch: null,
useProxy: false, useProxy: false,
format: 'json', format: 'json',