Skip to content

Commit d79c01a

Browse files
Merge pull request #99 from opott/main
Add opott domains
2 parents 788444a + 8b4c508 commit d79c01a

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

domains/opott.is-app.tech.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"domain": "is-app.tech",
3+
"subdomain": "opott",
4+
5+
"owner": {
6+
"username": "opott",
7+
"email": "ompot09@outlook.com"
8+
},
9+
10+
"records": {
11+
"CNAME": "opott.github.io"
12+
},
13+
14+
"proxied": false
15+
}

domains/opott.is-cool.me.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"domain": "is-cool.me",
3+
"subdomain": "opott",
4+
5+
"owner": {
6+
"username": "opott",
7+
"email": "ompot09@outlook.com"
8+
},
9+
10+
"records": {
11+
"MX": [
12+
{
13+
"priority": 10,
14+
"value": "mx1.improvmx.com"
15+
},
16+
{
17+
"priority": 20,
18+
"value": "mx2.improvmx.com"
19+
}
20+
]
21+
},
22+
23+
"proxied": false
24+
}

0 commit comments

Comments
 (0)