diff --git a/domains/hello b/domains/hello.json similarity index 85% rename from domains/hello rename to domains/hello.json index e59489b..175ab8b 100644 --- a/domains/hello +++ b/domains/hello.json @@ -4,6 +4,6 @@ "type": "CNAME", "value": "adjisoft.github.io", "ttl": 3600, - "proxied": false + "proxied": true } } diff --git a/domains/testing.json b/domains/testing.json new file mode 100644 index 0000000..e054a13 --- /dev/null +++ b/domains/testing.json @@ -0,0 +1,9 @@ +{ + "subdomain": "testing", + "record": { + "type": "CNAME", + "value": "adjisoft.github.io", + "ttl": 3600, + "proxied": true + } +}