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

Added domains #124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

cyric2020
Copy link

Description

What did you add? or change?

Checklist

  • [|] My contributions follows the style guidelines of this project
  • [|] I have performed a self-review of my own contributions (checked for spelling errors, proper linking, etc)
  • [|] I have run linting on my branch before submitting the PR

Copy link
Contributor

@Lezurex Lezurex left a 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.
Copy link
Contributor

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.
Copy link
Contributor

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.
Copy link
Contributor

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).
Copy link
Contributor

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.

@HeyaGlitz
Copy link
Contributor

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

@Lezurex
Copy link
Contributor

Lezurex commented Dec 12, 2021

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.

Copy link
Contributor

@Lezurex Lezurex left a 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants