Live data from Hacker News

Duck DNS – free dynamic DNS hosted on AWS

duckdns.org

91–100 of 103 posts

Re: Duck DNS – free dynamic DNS hosted on AWS

#91

Earlier quoted context omitted.

I have dynamic A and AAAA records with Google Domains. I'm not sure why it doesn't work for you. Here's the relevant portion of my ddclient config: protocol=googledomains login=XXXXXXX password=XXXXXXX host4.mydomain.com protocol=googledomains use=web web=checkipv6.dyndns.org/ ipv6=yes login=XXXXXXXC password=XXXXXXX host6.mydomain.com

ok, so you're doing a manual update? when I go into the web ui for my domain and go to create a dynamic dns name, it only gives me an option for only an A record. My "guess" is that your solution is to create a normal AAAA record and ddclient can update that record with the info retrieved from checkipv6.dyndns.org? so not using google's UI to setup a AAAA dyn dns record? and my guess is that username/password scoping…

When you create the dynamic DNS record in the UI, it will be of type A.

But after you update the record using ddclient or whatever, the UI will show the correct type:

https://i.imgur.com/7Vb2eqg.png

Re: Duck DNS – free dynamic DNS hosted on AWS

#92
post #83

Earlier quoted context omitted.

No. https://en.wikipedia.org/wiki/Domain_Name_System

I'm familiar with DNS and read the FAQ. But, "Practically", it's used for external services(ssh, http) to get to your device. Right? Are there practical use differences?

It's a name system. It allows you to get the name, it does not provide access. You're basically saying "the yellow pages are the same as cell phone towers, they allow you to phone people".

Re: Duck DNS – free dynamic DNS hosted on AWS

#93

I have been using Cloudflare Tunnel for several months now to get around dynamic DNS requirements and port forwarding. It creates a secure tunnel between your server and their edge, and supports name-based service config (domain X points to localhost Y.) Downside is they only supports HTTP(s). There is a free tier, although you need to provide them a full domain (not a subdomain) for it to work, and then each site/tu…

Tunnel is one feature that make me like cloudlfare a lot

Re: Duck DNS – free dynamic DNS hosted on AWS

#94
post #73

Earlier quoted context omitted.

I think I see your point, however, what I'm saying is I'd rather pay for something in exchange for some semblance of availability and security guarantees.

That's ok. But I think for private projects something like this is fine. That's why I meant that even if it disappears it doesn't matter. I would definitely not use something like this commercially.

I think any commercial use of, or reliance on, dynamic DNS is a terrible idea.

Re: Duck DNS – free dynamic DNS hosted on AWS

#95

I love DuckDNS but we seriously need a more automated and integrated solution to this kind of thing. It's the missing piece that holds self hosted back. Something that: * Lets you set up a domain with a single command * Handles security for you. There shouldn't be any manual admin needed to make a secure context site * Works offline on the LAN if possible, and on Yggdrasil meshes. I should be able to buy a device, pl…

Why is let’sencrypt not consumer grade? I dont think it uses any inferior algorithm. Am I missing something?

Re: Duck DNS – free dynamic DNS hosted on AWS

#96

I love DuckDNS but we seriously need a more automated and integrated solution to this kind of thing. It's the missing piece that holds self hosted back. Something that: * Lets you set up a domain with a single command * Handles security for you. There shouldn't be any manual admin needed to make a secure context site * Works offline on the LAN if possible, and on Yggdrasil meshes. I should be able to buy a device, pl…

Why is let’sencrypt not consumer grade? I dont think it uses any inferior algorithm. Am I missing something?

An average user probably wouldn't want to set it up though.

The security is fine, but it's definitely not plug and play like I'd expect a commercial NAS or something to be.

Re: Duck DNS – free dynamic DNS hosted on AWS

#97

Earlier quoted context omitted.

Why is let’sencrypt not consumer grade? I dont think it uses any inferior algorithm. Am I missing something?

An average user probably wouldn't want to set it up though. The security is fine, but it's definitely not plug and play like I'd expect a commercial NAS or something to be.

That is true but then again, it is designed to be used automated afaik may be thats why it became instant hit among developers. There are services like ZeroSSL which would be a better fit for average user.

Re: Duck DNS – free dynamic DNS hosted on AWS

#98

Earlier quoted context omitted.

My router supports Route53, so I just pay the $0.50/month for them to host the domain. I don't foresee Route53 going away anytime soon.

How does your router support Route53? Does your router have a static IP address and you just created an entry in Route53 mapping a subdomain.example.com to the static IP of your router? DuckDNS is a Dynamic DNS and can work with common dynamic IPs... How do you update the entry in Route53 when the IP address of your router changes?

OPNSense saves an AWS keypair. When it detects my IP changes, it updates a Route53 record using the AWS API. It’s one of the options alongside a bunch of other DDNS providers.

Re: Duck DNS – free dynamic DNS hosted on AWS

#100

Earlier quoted context omitted.

ok, so you're doing a manual update? when I go into the web ui for my domain and go to create a dynamic dns name, it only gives me an option for only an A record. My "guess" is that your solution is to create a normal AAAA record and ddclient can update that record with the info retrieved from checkipv6.dyndns.org? so not using google's UI to setup a AAAA dyn dns record? and my guess is that username/password scoping…

When you create the dynamic DNS record in the UI, it will be of type A. But after you update the record using ddclient or whatever, the UI will show the correct type: https://i.imgur.com/7Vb2eqg.png

ah, ok. thanks for the info!
Post reply on HN