Skip to content

Commit 36bb3bc

Browse files
authored
Merge pull request is-a-dev#24870 from STICKnoLOGIC/main
Changing my records from free shared hosting to VPS using duck DNS and ADD redirect config
2 parents 9141113 + e16245f commit 36bb3bc

7 files changed

Lines changed: 58 additions & 8 deletions

domains/api.sticknologic.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"bsky": "STICKnoLOGIC"
88
},
99
"records": {
10-
"A": ["65.19.154.90"],
11-
"AAAA": ["2001:470:1:1ee::1002"]
10+
"CNAME": "snl-vps.duckdns.org"
1211
},
1312
"proxied": true
1413
}
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
2+
"description": "Admin Panel for my IONOS VPS",
23
"owner": {
34
"username": "sticknologic",
45
"x": "STICKnoLOGIC",
56
"facebook": "STICKnoLOGIC",
67
"bsky": "STICKnoLOGIC"
78
},
89
"records": {
9-
"CNAME": "sticknologic.is-a.dev"
10+
"CNAME": "snl-vps.duckdns.org"
1011
},
1112
"proxied": true
1213
}
14+

domains/snl.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"description": "A redirect domain for my Simple Portfolio and Blog Website",
3+
"owner": {
4+
"username": "sticknologic",
5+
"x": "STICKnoLOGIC",
6+
"facebook": "STICKnoLOGIC",
7+
"bsky": "STICKnoLOGIC"
8+
},
9+
"records": {
10+
"URL": "https://sticknologic.is-a.dev"
11+
},
12+
"redirect_config": {
13+
"custom_paths": {
14+
"/github": "https://github.com/STICKnoLOGIC",
15+
"/x": "https://x.com/STICKnoLOGIC",
16+
"/bsky": "https://bsky.app/profile/sticknologic.is-a.dev",
17+
"/facebook": "https://facebook.com/STICKnoLOGIC",
18+
"/linkedin": "https://linkedin.com/in/STICKnoLOGIC",
19+
"/itchio": "https://sticknologic.itch.io/",
20+
"/youtube": "https://youtube.com/@STICKnoLOGIC"
21+
},
22+
"redirect_paths": true
23+
}
24+
}

domains/sticknologic.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"bsky": "STICKnoLOGIC"
88
},
99
"records": {
10-
"A": ["65.19.154.90"],
11-
"AAAA": ["2001:470:1:1ee::1002"],
10+
"CNAME": "snl-vps.duckdns.org",
1211
"MX": [
1312
"mx1.improvmx.com", "mx2.improvmx.com"
1413
],
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
2-
"description": "Admin for my Simple Portfolio and Blog Website",
2+
"description": "API call for my Simple Portfolio and Blog Website",
33
"owner": {
44
"username": "sticknologic",
55
"x": "STICKnoLOGIC",
66
"facebook": "STICKnoLOGIC",
77
"bsky": "STICKnoLOGIC"
88
},
99
"records": {
10-
"A": ["65.19.154.90"],
11-
"AAAA": ["2001:470:1:1ee::1002"]
10+
"CNAME": "snl-vps.duckdns.org"
1211
},
1312
"proxied": true
1413
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"description": "Admin Panel for my IONOS VPS",
3+
"owner": {
4+
"username": "sticknologic",
5+
"x": "STICKnoLOGIC",
6+
"facebook": "STICKnoLOGIC",
7+
"bsky": "STICKnoLOGIC"
8+
},
9+
"records": {
10+
"CNAME": "snl-vps.duckdns.org"
11+
},
12+
"proxied": true
13+
}
14+

domains/www.sticknologic.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"description": "Simple Portfolio and Blog Website",
3+
"owner": {
4+
"username": "sticknologic",
5+
"x": "STICKnoLOGIC",
6+
"facebook": "STICKnoLOGIC",
7+
"bsky": "STICKnoLOGIC"
8+
},
9+
"records": {
10+
"CNAME": "snl-vps.duckdns.org"
11+
},
12+
"proxied": true
13+
}

0 commit comments

Comments
 (0)