Skip to content

Commit

Permalink
Remove coolify POC; move id.mhnet.app to rhea
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Hutter <[email protected]>
  • Loading branch information
mhutter committed Oct 24, 2024
1 parent 11a8024 commit 67ea562
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
3 changes: 3 additions & 0 deletions dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ var DNS_PORKBUN = NewDnsProvider('porkbun');
function K3S(host) {
return [A(host, '49.12.21.173'), AAAA(host, '2a01:4f8:c01e:2b8::1')];
}
function RHEA(host) {
return [A(host, '116.202.233.38'), AAAA(host, '2a01:4f8:241:4c27::1')];
}

function PROTONMAIL(verification, domainkey) {
return [
Expand Down
1 change: 1 addition & 0 deletions zones/mhnet.app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ D(
// Presets
SENDGRID('em6609'),

RHEA('id'),
K3S('*'),

END
Expand Down
11 changes: 2 additions & 9 deletions zones/mhnet.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,8 @@ D(
// Presets
SENDGRID('em5597'),

A('rhea', '116.202.233.38'),
AAAA('rhea', '2a01:4f8:241:4c27::1'),
A('*.rhea', '116.202.233.38'),
AAAA('*.rhea', '2a01:4f8:241:4c27::1'),

A('cool', '188.245.88.125'),
AAAA('cool', '2a01:4f8:c012:33bd::1'),
A('*.cool', '188.245.88.125'),
AAAA('*.cool', '2a01:4f8:c012:33bd::1'),
RHEA('rhea'),
RHEA('*.rhea'),

K3S('*'),

Expand Down

0 comments on commit 67ea562

Please sign in to comment.