-
-
Notifications
You must be signed in to change notification settings - Fork 20.4k
Register jumpstone.is-a.dev #36721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Register jumpstone.is-a.dev #36721
Changes from all commits
fc55ae4
8362855
dd531e7
da72067
c6d06e2
eaf7024
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "owner": { | ||
| "username": "jumpstone", | ||
| "email": "me@jumpstone4477.de" | ||
| }, | ||
| "records": { | ||
| "TXT": "dh=bf4f9ca2ad30511f6b2c8dfaf474dd80575259e5" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "owner": { | ||
| "username": "jumpstone", | ||
| "email": "me@jumpstone4477.de" | ||
| }, | ||
| "records": { | ||
| "TXT": "vc-domain-verify=jumpstone.is-a.dev,7d32b8cf215df4e1f144" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "owner": { | ||
| "username": "jumpstone", | ||
| "email": "me@jumpstone4477.de" | ||
| }, | ||
| "records": { | ||
| "A": ["216.198.79.1"] | ||
| } | ||
|
Comment on lines
+6
to
+8
|
||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The root domain record uses an A value as a string, but A records in this repo are consistently represented as an array (e.g., domains/4hmet.json:7 uses "A": ["76.76.21.21"]). Update this to an array form (even for a single IP) to match the established schema/conventions and avoid validation failures.