Skip to content

Commit

Permalink
Merge pull request #17024 from huygmdvn/main
Browse files Browse the repository at this point in the history
Update huygd.json and register huygmd.is-a.dev
  • Loading branch information
wdhdev authored Nov 9, 2024
2 parents 04b859d + 3250f0c commit b00b073
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
9 changes: 7 additions & 2 deletions domains/huygd.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"description": "My first domain to learn",
"description": "First domain to study",
"repo": "https://github.com/huygmdvn/register",
"owner": {
"username": "huygmdvn",
"email": "[email protected]"
},
"record": {
"A": ["103.77.240.59"]
"A": [
"103.77.240.59"
],
"TXT": [
"google-site-verification=ccDxQ_D0wTltS6cPq0sG76u3vGEPeqFFQEwHOGfXXE8"
]
}
}
16 changes: 16 additions & 0 deletions domains/huygmd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"description": "The domain I will use to test a PHP code",
"repo": "https://github.com/huygmdvn/register",
"owner": {
"username": "huygmdvn",
"email": "[email protected]"
},
"record": {
"A": [
"103.77.240.59"
],
"TXT": [
"google-site-verification=FCWHg1XBnXBvp3xuLqQatJfp0esM4CrZYbPfkhkMzyk"
]
}
}

0 comments on commit b00b073

Please sign in to comment.