Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
chore: note on changing domain DNS provider
Browse files Browse the repository at this point in the history
  • Loading branch information
h.u.g.u.rp committed Nov 8, 2023
1 parent 29e80fe commit d804066
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
> Notes: the project was intented as a DNS + frontend only application
> for handling subdomains on a wildcard domain `*.4000.network`. But
> there are limitations from cloudlfare domains (custom nameservers
> need an expensive PRO plan), when the page is hosted with
> vercel. When the page is hosted by github pages, it seems cloudlfare
> (DNS) and github pages, do not want to accept wildcard subdomains
> DNS. Therefore this project is "dead" but used to workd (when the
> domain was rented at google domains). One solution is to continue it
> without subdomains (eg: `internet4000.4000.network` would just be
> `4000.network/internet4000`) but where is the fun in this.
# 4000.network

This project is a prototype attempt at creating a user managed network of
Expand Down Expand Up @@ -63,6 +74,8 @@ Notes:
cloudflare DNS
- maybe if not `vercel` and subdomain hosting, make it work with
`/:gh_username`, as path of the app?
- to use `*.4000.network` wildcard subdomain with a domain name rented
at cloudflare, and a page hosted at vercel, it is required to have a Cloudflare pro plan (mega expensive), because it is the only way to use the vercel nameservers (required by vercel). Therefore we cannot do that.

### Dependencies

Expand Down

0 comments on commit d804066

Please sign in to comment.