Google DDNS
I've created a stich and an action to send a POST which Google states it supports Google Support Doc
https://username:password@domains.google.com/nic/update?hostname=my.domain.com
Here is it is from the Config:
config system automation-action edit "my.domain.com" set action-type webhook set minimum-interval 600 set protocol https set uri "username:password@domains.google.com/nic/update?hostname=my.domain.com" set port 443 config http-headers edit 1 set key "User Agent" set value "Chrome/41.0 email@domain.com" next edit 2 set key "Authorization" set value "Basic base64-encoded-auth-string" next edit 3 set key "Host" set value "domains.google.com" next end set verify-host-cert disable next end
Watching Debug off the console I see the following:
__action_webhook_status()-134: Failed to resolve address for: username:password@domains.google.com
__run_action()-298: Error when running service for stitch:Google DDNS action:my.domain.com.
__action_webhook_status()-134: Failed to resolve address for: username:password@domains.google.com
__run_action()-298: Error when running service for stitch:Google DDNS action:my.domain.com.
Thoughts?
