Skip to content

Commit c518c32

Browse files
authored
Merge pull request #20 from noclocks/feature/medium
[Feature]: Add Medium.com A Records
2 parents d4b71a8 + 57287c6 commit c518c32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dnsconfig.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ D("noclocks.dev", REG_NONE
88
, DnsProvider(DSP_PORKBUN)
99
, DefaultTTL(600)
1010
, ALIAS("@", "lixie.porkbun.com.")
11+
, A("medium", "162.159.153.4")
12+
, A("medium", "162.159.152.4")
1113
, CNAME("*", "lixie.porkbun.com.")
1214
, CNAME("hub", "39843493.group43.sites.hubspot.net.")
1315
, CNAME("blog", "hashnode.network.")

0 commit comments

Comments
 (0)