diff --git a/index.html b/index.html index 2ead7e0..e4dd3b7 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@
Access your new website using this link: https://USERNAME.gitnet.page[/REPOSITORY][/@BRANCH].
+ 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
+