Domain-Connect / Templates

Templates for use in the Domain Connect Protocol
64 stars 201 forks source link

Dev #528

Closed arya-dos closed 4 months ago

arya-dos commented 6 months ago

Added syncPubKeyDomain

github-actions[bot] commented 6 months ago

Linter OK:

Linter result for dnsdad.com.dnsdadrecords.json
kerolasa commented 5 months ago

This pull is quite messy. First of all comments like //comment out file are not valid json. The domain connect linter does not even allow unknown json values, meaning comments using https://json-schema.org/understanding-json-schema/reference/comments will not work.

Secondly. It would be best to get the latest origin/master and re-create the arya-dos/dnsdad branch dev from scratch.

p.s. The commit you want in your dev branch is: 0001-dnsdad-add-syncPubKeyDomain.txt Easy way to apply that file is: git am 0001-dnsdad-add-syncPubKeyDomain.txt