Skip to content

Commit

Permalink
Update dnsconfig.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored Feb 23, 2024
1 parent 75c6886 commit 9e82a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
// <reference path="types-dnscontrol.d.ts" />

var REG_NONE = NewRegistrar("none");
var REG_PORKBUN = NewRegistrar("porkbun");
// var REG_PORKBUN = NewRegistrar("porkbun");
var DSP_PORKBUN = NewDnsProvider("porkbun");

D("noclocks.dev", REG_PORKBUN, DnsProvider(DSP_PORKBUN),
D("noclocks.dev", REG_NONE, DnsProvider(DSP_PORKBUN),
ALIAS("@", "pixie.porkbun.com."),
CNAME("*", "pixie.porkbun.com."),
CNAME("www", "noclocks.dev."),
Expand Down

0 comments on commit 9e82a51

Please sign in to comment.