From 4b7333637666cd0713349da23d55f3165e829a7f Mon Sep 17 00:00:00 2001 From: Matt Canty Date: Wed, 5 Jul 2023 17:41:53 +0100 Subject: [PATCH 1/2] add bass guitar book --- dnsconfig.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dnsconfig.js b/dnsconfig.js index 6ce6660..075549f 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -20,6 +20,12 @@ D("mattcanty.com", NON_REG, DnsProvider(R53), CNAME("rainclock", "stirring-bonbon-38127e.netlify.app.") ); +D("electricbassguitarbook.co.uk", NON_REG, DnsProvider(R53), + CNAME("@", "apex-loadbalancer.netlify.com") +); + +electricbassguitarbook.co.uk ALIAS + D("katybrody.co.uk", NON_REG, DnsProvider(R53), R53_ALIAS('@', 'A', 's3-website.eu-west-2.amazonaws.com.', R53_ZONE('Z3GKZC51ZF0DB4')), CNAME("www", "katybrody.format.com.") From f5b8a8b13264445c7359a8f010a7394856db5ccd Mon Sep 17 00:00:00 2001 From: Matt Canty Date: Wed, 5 Jul 2023 17:46:41 +0100 Subject: [PATCH 2/2] Update dnsconfig.js --- dnsconfig.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dnsconfig.js b/dnsconfig.js index 075549f..583d7de 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -21,11 +21,10 @@ D("mattcanty.com", NON_REG, DnsProvider(R53), ); D("electricbassguitarbook.co.uk", NON_REG, DnsProvider(R53), - CNAME("@", "apex-loadbalancer.netlify.com") + A("@", "75.2.60.5"), + CNAME("www", "graceful-kashata-aea1f7.netlify.app.") ); -electricbassguitarbook.co.uk ALIAS - D("katybrody.co.uk", NON_REG, DnsProvider(R53), R53_ALIAS('@', 'A', 's3-website.eu-west-2.amazonaws.com.', R53_ZONE('Z3GKZC51ZF0DB4')), CNAME("www", "katybrody.format.com.")