From 10d998be8782e5d140ae20c7bf8956f3683ca15d Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 23 Jan 2024 09:06:15 +0100 Subject: [PATCH] add DNS informations --- index.html | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 2ead7e0..e4dd3b7 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@
-
+
1. Set up your repository
@@ -46,7 +46,7 @@ git rm --cached -r .
-
+
2. Upload your files
@@ -57,13 +57,28 @@ git rm --cached -r .
-
+
3. You're done!

Access your new website using this link: https://USERNAME.gitnet.page[/REPOSITORY][/@BRANCH].

+


or

+

+ To use a custom domain, create a file .domains in your repository with the domain name you wish to use. +

+ Then, add a DNS record for that domain:
+ CNAME [[branch.]repo.]user.gitnet.page. +

+ Or for apex domains where CNAME doesn't work:
+ ALIAS gitnet.page.
+ TXT [[branch.]repo.]user.gitnet.page +

+ If ALIAS isn't supported, use A instead:
+ A 193.70.112.230
+ + TXT as above +