Skip to content

Instantly share code, notes, and snippets.

@troyfontaine
Last active December 17, 2017 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save troyfontaine/0bb16b536a9ef1061d1cdcf742944877 to your computer and use it in GitHub Desktop.
Save troyfontaine/0bb16b536a9ef1061d1cdcf742944877 to your computer and use it in GitHub Desktop.
Hosted DNS Cheat Sheet

Cloudflare

DNSSEC with Route 53

"257-KSK" as a "Flag" and "13 - ECDSA Curve P-256 with SHA-256" as an algorithm.

AWS ELBs

CloudFlare

You must pre-create the DNS entry for the Dynamic DNS to use in Cloudflare! It will not automatically create it like some other tools will.

In the Dynamic DNS configuration, you fill it out as follows:
Service Type: CloudFlare
Interface Monitor: WAN (this should be whatever the interface is for your external interface)
Hostname:

Hostname: myserver
Domain name: mydomain.com

Username: Your CloudFlare login email address
Password: Your Global API Key - not the Zone ID

Route 53

Hurricane Electric (IPv4)

Hurrican Electric Free DNS Dashboard

You will need to create an A Record and Check off Enable entry for dynamic dns. Once that is completed, you will see the entry have a pair of arrows in a circle-click on that and then click on the "Generate a Key" button. Copy that key down as you will need it to complete the set up from PFSense.

PFSense

In the Dynamic DNS configuration, you fill it out as follows:
Service Type: HE.net
Interface Monitor: WAN (this should be whatever the interface is for your external interface)
Hostname: myserver.mydomain.com

Username: myserver.mydomain.com Password: Your Global API Key - not the Zone ID

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