diff --git a/dnsconfig.js b/dnsconfig.js index 88d2f8d3a..ee0eec18d 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -92,7 +92,7 @@ for (var subdomain in domains) { // Handle URL records if (domainData.record.URL) { - commit.push(A(subdomainName, "192.0.2.1", { cloudflare_proxy: "on" })); + // Temporarily disabled } } @@ -109,4 +109,4 @@ commit.push(IGNORE("autodiscover", "CNAME")); commit.push(IGNORE("ns[1-5]", "A,AAAA")); // Commit all DNS records -D("is-a.dev", NewRegistrar("none"), DnsProvider(NewDnsProvider("cloudflare", { "manage_single_redirects": true })), commit); +D("is-a.dev", NewRegistrar("none"), DnsProvider(NewDnsProvider("cloudflare")), commit); diff --git a/domains/tornfoolery.json b/domains/tornfoolery.json new file mode 100644 index 000000000..ed8ca8662 --- /dev/null +++ b/domains/tornfoolery.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "Tornfoolery", + "email": "", + "discord": "936800884254441574", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.jaVhF-RvIy4ZAibRKflChFU5cRFBiomamrILFIW3p_KDaE6TVnRRa0DZMfK2SFVpVxqhPPGKu8MGPADxYEEIOKHuN2EQ-dG7FH9YSOd59a_J_UdE8LQ2_Bl7oxUkQPLzx-WTJdPSlYTrYbLlPNYo_iAdpEq7Hb-Ybm5UsZE_c7MOm6u3r-g8Z5t9drsuejZUIQ6HZMVumuvyKTCfrAoWZb8PEDirjPi6xQba8cVbAbPxA_Bvd4o29Izbu7h07K7ZjX-viPhV9Yukl12-onVFz3WpGLzBOKOVNAhr55Se0onEwvtdgYEfVsTyO-rxoIvz4ZAfDDE49haH49lxXW3aoQ.5TuUfagGprB6sPmqejocbg.xe0xJMCU35UdmO-bK9a2DONhSQD2G067t0NV7Ew9f8KzYbWlC7afzTruIiic2atElKyijPjVi62vKGO7VDsUw9LLmkKJo_Rh1oJlxHnkLcY.GML679gseynzgx0C_AlIFg" + }, + + "record": { + "CNAME": "tornfoolery.github.io" + } + } + diff --git a/domains/william.json b/domains/william.json index 0dc69e1cc..607a747de 100644 --- a/domains/william.json +++ b/domains/william.json @@ -5,6 +5,6 @@ }, "record": { - "NS": ["chuck.ns.cloudflare.com", "walk.ns.cloudflare.com"] + "NS": ["bingo.ns.cloudflare.com", "matias.ns.cloudflare.com"] } }