-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No update or output from Google Domains #354
Comments
Unfortunately I don't have google domains myself, hopefully someone else can chime in here. However, it would be great if you could post the output from The only thing I can think of is to try running also with |
Here is the bash script I'm using successfully at the moment: USERNAME="<USERNAME>"
PASSWORD="<PASSWORD>"
HOSTNAME="@.mydomain.com"
# Resolve current public IP
IP=$(curl -s "https://domains.google.com/checkip")
# Update Google DNS Record
URL="https://${USERNAME}:${PASSWORD}@domains.google.com/nic/update?hostname=${HOSTNAME}&myip=${IP}"
printf "$(date) $(curl -s $URL)" >> /var/log/ddns
printf "\n" >> /var/log/ddns I'd love to help out with a PR, but I'm not great with C. I can give you access to one of the old domains I don't use through Google Domains if you'd like. I've got several that I'm no longer using. They have a feature that lets me add another Gmail account as a manager for that domain and would allow you to test. I just need a Gmail address to assign it to. Also, in case you weren't aware, the credentials for Google DDNS aren't your Gmail address/password. There's a generated set of credentials under |
Personally I only get to test against freedns, so a Google Domain account would be awesome, thanks! I'm actually working on setting up some sort of automated tests right now, so this would be great. My email is [email protected] |
Sorry, I realize now that I forgot |
@crocokyle if at all possible, I'd still very much like to take you up on that offer of co-manager of one of your unused Google Domains. |
Hey @crocokyle ! I have a couple of google domains entries that I'm using
FYI I update A suggestion might be to add |
Google Domains closed and transferred all domains to SquareSpace earlier this year. This issue should be defunct? |
Then perhaps the plugin should be removed as well? |
I intentionally stopped short of suggesting it to leave room for community discussion, but had the same thought. |
Currently running v2.3.1 on raspbian with google domains.
inadyn --check-config -l debug
cat /etc/inadyn.conf
sudo systemctl status inadyn
tail -f /var/log/syslog
cat /var/cache/inadyn/@.heavyiron77.com.cache
XX.XX.XXX.XX #(My correct IP)
Running
inadyn 1 -l debug
outputs nothing but Google Domains still shows no update to the IP./var/log/inadyn
is also empty.The text was updated successfully, but these errors were encountered: