anyone knows why reddit doesnt like them using the reddit api?
Duck DNS – free dynamic DNS hosted on AWS
21–30 of 103 posts
Re: Duck DNS – free dynamic DNS hosted on AWS
#22I'm currently on the search for a service to facilitate DDNS. Duck DNS seems popular, but I'm skeptical of things that are simply offered for free. What assurance do we have that Duck DNS is secure, or that it will not just disappear one day? The alternative that seems better to me is Namecheap with their API.
Re: Duck DNS – free dynamic DNS hosted on AWS
#23I used an old Android phone with their app to keep the IP updated. Like the old no-ip but without a PC.
Re: Duck DNS – free dynamic DNS hosted on AWS
#24Re: Duck DNS – free dynamic DNS hosted on AWS
#25one could just pay a small yearly fee to register their domain with google and get easy/unlimited ddns.
Re: Duck DNS – free dynamic DNS hosted on AWS
#26 curl -s -k --user "username:password" "https://domains.google.com/nic/update?hostname=yourdomain.com"
There's more parameters (and you can specify an IP, the above request only takes the caller's IP).Here are the docs: https://support.google.com/domains/answer/6147083?hl=en#zipp...
Re: Duck DNS – free dynamic DNS hosted on AWS
#27I'm currently on the search for a service to facilitate DDNS. Duck DNS seems popular, but I'm skeptical of things that are simply offered for free. What assurance do we have that Duck DNS is secure, or that it will not just disappear one day? The alternative that seems better to me is Namecheap with their API.
Re: Duck DNS – free dynamic DNS hosted on AWS
#28For anyone hosting their domain on Google Domains, there's a neat API endpoint they're offering for updating the DNS with a simple CURL. I've been using this for years now for a public Raspberry PI behind a home router that changes IPs every other day. curl -s -k --user "username:password" "https://domains.google.com/nic/update?hostname=yourdomain.com" There's more parameters (and you can specify an IP, the above req…
As a side note - will the recent announcement by Google about unsafe logins being denied affect you?
Re: Duck DNS – free dynamic DNS hosted on AWS
#29Re: Duck DNS – free dynamic DNS hosted on AWS
#30For anyone hosting their domain on Google Domains, there's a neat API endpoint they're offering for updating the DNS with a simple CURL. I've been using this for years now for a public Raspberry PI behind a home router that changes IPs every other day. curl -s -k --user "username:password" "https://domains.google.com/nic/update?hostname=yourdomain.com" There's more parameters (and you can specify an IP, the above req…
It seems unsafe to me to be passing your username and password over the open every second day. Especially one that links to Google - which for the majority of people is their life. As a side note - will the recent announcement by Google about unsafe logins being denied affect you?
https://en.wikipedia.org/wiki/Basic_access_authentication#Se...