Skip to content

Commit 997e6a4

Browse files
author
Jaidev Suresh
authored
Merge branch 'main' into jaisur684-domain-jaisur-personal-miab
2 parents 596d3c3 + 513014c commit 997e6a4

File tree

4 files changed

+47
-3
lines changed

4 files changed

+47
-3
lines changed

domains/*.go.is-cool.dev.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"description": "domain to host app for personal use. Subdomain wildcards are used for accessing diffrent service.",
3+
"domain": "is-cool.dev",
4+
"subdomain": "*.go",
5+
"owner": {
6+
"email": "[email protected]"
7+
},
8+
"record": {
9+
"A": [
10+
"23.94.237.239"
11+
]
12+
},
13+
"proxied": false
14+
}

domains/go.is-cool.dev.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"description": "domain will be used for hosting web services",
3+
"domain": "is-cool.dev",
4+
"subdomain": "go",
5+
"owner": {
6+
"repo": "https://github.com/rafathasan/register",
7+
"email": "[email protected]"
8+
},
9+
"record": {
10+
"A": [
11+
"23.94.237.239"
12+
]
13+
},
14+
"proxied": false
15+
}

domains/hrv-clan.is-local.org.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"email": "[email protected]"
88
},
99
"record": {
10-
"CNAME": "hrv-web.netlify.app"
11-
},
12-
"proxied": true
10+
"CNAME": "hrvclan.dpdns.org"
11+
},
12+
"proxied": false
1313
}

domains/lanamail.is-local.org.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"description": "Lana Portal Mail Website",
3+
"domain": "is-local.org",
4+
"subdomain": "lanamail",
5+
6+
"owner": {
7+
"email": "[email protected]"
8+
},
9+
10+
"record": {
11+
"CNAME": "lanaportalmail.pages.dev"
12+
},
13+
14+
"proxied": true
15+
}

0 commit comments

Comments
 (0)