Skip to content

Commit

Permalink
feat: add medium A records
Browse files Browse the repository at this point in the history
resolves #19
  • Loading branch information
jimbrig committed Mar 18, 2024
1 parent d4b71a8 commit 57287c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ D("noclocks.dev", REG_NONE
, DnsProvider(DSP_PORKBUN)
, DefaultTTL(600)
, ALIAS("@", "lixie.porkbun.com.")
, A("medium", "162.159.153.4")
, A("medium", "162.159.152.4")
, CNAME("*", "lixie.porkbun.com.")
, CNAME("hub", "39843493.group43.sites.hubspot.net.")
, CNAME("blog", "hashnode.network.")
Expand Down

0 comments on commit 57287c6

Please sign in to comment.