From ca70f3afce1ae568270064ea7187fc0d92d5d9cb Mon Sep 17 00:00:00 2001 From: Natasquare <82507131+Natasquare@users.noreply.github.com> Date: Wed, 29 Dec 2021 20:14:33 +0700 Subject: [PATCH] Create nat.json --- domains/nat.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/nat.json diff --git a/domains/nat.json b/domains/nat.json new file mode 100644 index 000000000..a1303faaa --- /dev/null +++ b/domains/nat.json @@ -0,0 +1,11 @@ +{ + "description": "Natasquare's personal website", + "repo": "https://github.com/Natasquare/natasquare.github.io", + "owner":{ + "username": "Natasquare", + "email": "natasquarelol@gmail.com" + }, + "record": { + "CNAME": "natasquare.github.io" + } +}