From b8529d6c27067f35444ed40d2e2cdc98daf7f7f1 Mon Sep 17 00:00:00 2001 From: Will Clarke <80069102+willcoder-web@users.noreply.github.com> Date: Wed, 7 Jul 2021 18:56:56 +0100 Subject: [PATCH] Add files via upload --- sub-logs/format.json | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 sub-logs/format.json diff --git a/sub-logs/format.json b/sub-logs/format.json new file mode 100644 index 0000000..43708c0 --- /dev/null +++ b/sub-logs/format.json @@ -0,0 +1,46 @@ +GITHUB FORMAT + +{ + "repo": "https://github.com/github-username/github-username.github.io", + "owner": { + "username": "github-username", + "email": "your-name-here@domain", + }, + "target": { + "CNAME": "github-username.github.io" + } +} + + + + + + + + +OTHER HOSTING SERVICE FORMAT + +{ + "repo": "https://github.com/github-username", + "owner": { + "username": "github-username", + "email": "your-name-here@domain", + } + "record": {} +} + +RECORD TYPES + +FOR CNAME +{ + "record": { + "CNAME": "target-goes-here" + } +} + +FOR URL REDIRECTION +{ + "record": { + "link": "https://url-goes-here" + } +} \ No newline at end of file