-
-
Notifications
You must be signed in to change notification settings - Fork 26
Added domains #124
base: main
Are you sure you want to change the base?
Added domains #124
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some notes for you which I'd change or correct.
|
||
## Obtaining a Domain | ||
|
||
Domains can be purchased from a wide range of venders some of these include; [Godaddy](https://godaddy.com), [Namecheap](https://www.namecheap.com) and [Google](https://domains.google/). You can also purchase your domain from any vender you prefer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a vendor, not a vender.
|
||
### Cloudflare | ||
|
||
To prevent this proxies route the traffic through their servers taking the load off your network. To protect your server from DDOS attacks you can use a service like [cloudflare](https://www.cloudflare.com/) which offers free and paid tiers, to protect a Minecraft server the free tier is adequate. After you have created a cloudflare account you can add your domain to the free tier using the "Add a Site" button. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cloudflare is a name and should be written with a capital C.
Minecraft-DDoS-Protection is not included in the free Cloudflare tier. Cloudflare only protects websites for free. Look out for Spectrum here.
Consider adding TCPShield as a free example for Minecraft-Server DDoS mitigation.
|
||
### Changing Nameservers | ||
|
||
Different venders have different methods to change the nameservers for your domain. Some venders offer a free service to change the nameservers for your domain, some offer a paid service. If you are not sure which vender to use you can always contact them to find out. Because the specifics change from vender to vender you will need to look up their documentation to find out how to change the nameservers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vendors
|
||
## DNS Records | ||
|
||
DNS records is the way that the domain points to different ip's. In the case of the Minecraft server domain, the domain will need to point to the ip of the Minecraft server. To do this you will need to create an 'A' record, this redirects a subdomain to an ip address (for example 'example.anythingmc.org' can be pointed to xxx.xxx.xxx.xxx). There are two fields, the name and IPv4 address, the name is the subdomain you want to point to the IPv4 address, the ip address you want to point to, this only works if you public ip is numbers (IPv4). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name can also be left empty, or an @ can be filled in to point the main domain to an IP.
I think it would also be useful to include the use of freedns.afraid.org for those which don't want to pay for a DNS domain |
Other free providers will also need to be mentioned, otherwise it's a bit like an advertisement. Maybe a separate page/list of free domain registrars would be useful. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs have now moved to /docs directory, due to the implementation of auto-deploying MkDocs (#127). Please update your branch so that it can be merged.
Description
What did you add? or change?
Checklist