captn3m0 / lightsaber

DNS - 30x Redirect hosted service
http://lightsaber.captnemo.in
6 stars 7 forks source link

Do you have a static IP? #5

Closed captncraig closed 5 years ago

captncraig commented 7 years ago

A root CNAME record is generally a bad idea. It often prevents you from having NS/MX or any other records at the root name.

An A record would be much preferred, although it allows less flexibility if you move the service. Do you have an ip address that is unlikely to change?

captn3m0 commented 7 years ago

The box that is currently running this service does not have a static IP. However, I do have another box that can host this (Digital Ocean with a floating IP)

I'll likely run a second instance of lightsaber there, with no support for the yml (so I don't have to worry about deploys)

stp-ip commented 7 years ago

Google offers a static anycast IP with the http(s) global load balancer. This might be interesting as a static endpoint. https://cloud.google.com/load-balancing/

captn3m0 commented 7 years ago

Will be migrating lightsaber to my DO droplet this weekend