Update DNS proxy

This commit is contained in:
Yarmo Mackenbach 2020-11-04 02:41:24 +01:00
parent 18c8662db8
commit 8a144ca24a

View file

@ -29,7 +29,7 @@ const processURI = (uri, opts) => {
uri: `https://${match[1]}` uri: `https://${match[1]}`
}, },
proof: { proof: {
uri: `https://dns.shivering-isles.com/dns-query?name=${match[1]}&type=TXT`, uri: `https://proxy.keyoxide.org/api/1/get/dns/${match[1]}`,
fetch: null, fetch: null,
useProxy: false, useProxy: false,
format: 'json' format: 'json'
@ -37,7 +37,7 @@ const processURI = (uri, opts) => {
claim: { claim: {
fingerprint: null, fingerprint: null,
format: 'uri', format: 'uri',
path: ['Answer', 'data'], path: ['records', 'txt'],
relation: 'contains' relation: 'contains'
}, },
qr: null qr: null