From 454f318a60a6db0d0b5e871f25d54b501e1c719e Mon Sep 17 00:00:00 2001 From: Termonoid Date: Mon, 18 Jan 2021 22:04:04 +0300 Subject: [PATCH] Reconfigure termonoid.json to self-hosted server --- domains/termonoid.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/domains/termonoid.json b/domains/termonoid.json index e26c2af50..fd2ea03de 100644 --- a/domains/termonoid.json +++ b/domains/termonoid.json @@ -1,12 +1,14 @@ { - "description": "my nickname, for using with github pages", - "repo": "https://github.com/termonoid/termonoid.github.io", + "description": "Domain for personal server", + "repo": "https://github.com/Termonoid/", "owner": { "username": "Termonoid", "email": "termonoid@cumallover.me", "telegram": "termonoid" }, "record": { - "CNAME": "termonoid.github.io" + "A": [ + "51.75.248.116" + ] } -} \ No newline at end of file +}