forked from Mirrors/doipjs
Fix missing opts
This commit is contained in:
parent
4e00c1025e
commit
35b52aa6d4
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue