Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 22 additions & 6 deletions JSON_FORMAT.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,28 @@
"description": "A brief description of the purpose of the subdomain",

"records": {
"A": ["1.0.0.1", "1.0.0.2"],
"AAAA": ["2000:db8::1", "2000:db8::2"],
"CNAME": ["example.com"],
"NS": ["ns1.example.com", "ns2.example.com"],
"MX": ["mail1.example.com","mail2.example.com"],
"TXT": ["v=spf1 include:_spf.example.com ~all"]
"A": [
"192.0.2.1",
"192.0.2.2"
],
"AAAA": [
"2001:db8::1",
"2001:db8::2"
],
"CNAME": [
"example.com"
],
"NS": [
"ns1.example.com",
"ns2.example.com"
],
"MX": [
"mail1.example.com",
"mail2.example.com"
],
"TXT": [
"v=spf1 include:_spf.example.com ~all"
]
},

"proxied": true
Expand Down
13 changes: 13 additions & 0 deletions domains/ngoctrungit.thedev.me.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"subdomain": "ngoctrungit",
"domain": "thedev.me",
"email_or_discord": "[email protected]",
"github_username": "dangngoctrung1806",
"description": "My personal development server hosted on AWS EC2.",

"records": {
"A": ["107.20.201.206"]
},

"proxied": false
}