mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2025-01-09 14:29:27 -07:00
Update DNS proxy
This commit is contained in:
parent
18c8662db8
commit
8a144ca24a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue