Skip to content

Commit

Permalink
Merge pull request #11 from mhutter/k3s
Browse files Browse the repository at this point in the history
Add k3s records
  • Loading branch information
mhutter authored Oct 25, 2023
2 parents cda58d3 + cbcf376 commit 2e4bf84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zones/mhu.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ D('mhu.dev', REG_GANDI, DnsProvider(CLOUDFLARE),
ALIAS('@', 'mhu-dev.pages.dev.', CF_PROXY_ON),
CNAME('www', '@', CF_PROXY_ON),

// K3s cluster
A('*', '142.132.241.164', CF_PROXY_OFF),
AAAA('*', '2a01:4f8:c01e:373::1', CF_PROXY_OFF),


// Verifications
TXT('@', 'keybase-site-verification=botR69lNhVxiuwNAtCVRefDHgZauZaH7XdFfTIlnZkA'),

Expand Down

0 comments on commit 2e4bf84

Please sign in to comment.