Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
14219ef
Create moloy.json
iMoloy Nov 5, 2025
9225a76
Update moloy.json
iMoloy Nov 5, 2025
525461b
Merge branch 'main' into main
iMoloy Nov 5, 2025
5dca3af
Update moloy.json
iMoloy Nov 5, 2025
00e74df
Simplify moloy.json by removing unnecessary records
iMoloy Nov 5, 2025
b320a93
Add mail.moloy.json configuration file
iMoloy Nov 5, 2025
d8a2331
Rename mail.moloy.json to domains/mail.moloy.json
iMoloy Nov 5, 2025
0d9a857
Update mail.moloy.json to remove verification record
iMoloy Nov 5, 2025
35e23be
Merge branch 'main' into main
iMoloy Nov 5, 2025
c1fa557
Update moloy.json
iMoloy Nov 5, 2025
6163fd6
Merge branch 'main' into main
iMoloy Nov 5, 2025
33c4eb6
Add muheeb.json for domain configuration
muheeb-codes Nov 5, 2025
1b5af28
Add email field to muheeb.json
muheeb-codes Nov 5, 2025
7651192
Create jinx.json
JinxedUp Nov 5, 2025
679b611
Merge branch 'main' into main
muheeb-codes Nov 6, 2025
08df15d
Add g.bobby.json
buubub Nov 6, 2025
7143b9b
Add GitHub Pages challenge configuration file
jayeshsyif Nov 6, 2025
6fc2544
Add _github-pages-challenge-jayeshsyif.json file
jayeshsyif Nov 6, 2025
1b94137
Merge branch 'main' into main
jayeshsyif Nov 6, 2025
f149e63
Add cosmas.json for domain configuration
adriancosmas Nov 6, 2025
4fcb146
Add Vercel configuration for domain verification
adriancosmas Nov 6, 2025
9ce3914
Merge pull request #29011 from iMoloy/main
STICKnoLOGIC Nov 6, 2025
77e503b
Apply suggestion from @STICKnoLOGIC
STICKnoLOGIC Nov 6, 2025
c7a5851
Update domains/jinx.json
STICKnoLOGIC Nov 6, 2025
db8eeec
Merge pull request #29015 from muheeb-codes/main
STICKnoLOGIC Nov 6, 2025
7978e86
Merge pull request #29021 from JinxedUp/patch-4
STICKnoLOGIC Nov 6, 2025
aaeaa65
Merge pull request #29023 from buubub/main
STICKnoLOGIC Nov 6, 2025
61d22fc
Merge pull request #29030 from jayeshsyif/main
STICKnoLOGIC Nov 6, 2025
1a3f918
Merge pull request #29032 from adriancosmas/main
STICKnoLOGIC Nov 6, 2025
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
9 changes: 9 additions & 0 deletions domains/_github-pages-challenge-jayeshsyif.jayeshsyif.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"owner": {
"username": "jayeshsyif",
"email": "jayeshsyif@gmail.com"
},
"records": {
"TXT": "b6ec996304ba730e1b6cada38eb1d8"
}
}
9 changes: 9 additions & 0 deletions domains/_vercel.cosmas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"owner": {
"username": "adriancosmas",
"email": "jaxxvegas@gmail.com"
},
"records": {
"TXT": "vc-domain-verify=cosmas.is-a.dev,ba629bd2bbe04c4c4481"
}
}
9 changes: 9 additions & 0 deletions domains/cosmas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"owner": {
"username": "adriancosmas",
"email": "jaxxvegas@gmail.com"
},
"records": {
"A": ["216.198.79.1"]
}
}
21 changes: 21 additions & 0 deletions domains/g.bobby.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"owner": {
"username": "buubub",
"email": "bobbykwariawan@gmail.com",
"discord": "259410894256209920"
},
"records": {
"URL": "https://bobby.is-a.dev"
},
"redirect_config": {
"custom_paths": {
"/github": "https://github.com/buubub",
"/linkedin": "https://linkedin.com/in/bobby-kwariawan",
"/upwork": "https://upwork.com/freelancers/~019ba6cf3bee2b43a2",
"/fastwork": "https://fastwork.id/user/bobbykwa",
"/facebook": "https://facebook.com/BobbyKwariawan",
"/instagram": "https://instagram.com/bobbykwa"
},
"redirect_paths": true
}
}
9 changes: 9 additions & 0 deletions domains/jinx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"owner": {
"username": "jinxedup",
"email": "j1nxedup@proton.me"
},
"records": {
"CNAME": "jinxedup.github.io"
}
}
10 changes: 10 additions & 0 deletions domains/mail.moloy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"owner": {
"username": "iMoloy",
"email": "moloykrishnapaul@gmail.com"
},
"records": {
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": ["v=spf1 include:spf.improvmx.com ~all"]
}
}
9 changes: 9 additions & 0 deletions domains/muheeb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"owner": {
"username": "muheeb-codes",
"email" : "muheebtechsec@gmail.com"
},
"records": {
"CNAME": "muheebs-portfolio.netlify.app"
}
}
Loading