Skip to content

Instantly share code, notes, and snippets.

@BjoernSchilberg
Last active October 17, 2021 22:17
Show Gist options
  • Save BjoernSchilberg/1383b7aeab9f49b408f1dc79ea32faa0 to your computer and use it in GitHub Desktop.
Save BjoernSchilberg/1383b7aeab9f49b408f1dc79ea32faa0 to your computer and use it in GitHub Desktop.
DNS

Domain and DNS

  • namecheap.com

Change your domain's nameserver (NS) records, at the domain registrar where your domain name was purchased, to Vultr's primary and secondary name servers:

ns1.vultr.com
ns2.vultr.com

Only these two nameservers should be listed for your domain at your registrar. Delete any other nameservers to prevent conflicts.

nslookup beezlebug.xyz ns1.vultr.com
dig @ns1.vultr.com beezlebug.xyz

Lets encrypt

https://www.nginx.com/blog/using-free-ssltls-certificates-from-lets-encrypt-with-nginx/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment