We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Not so much an issue as a potential update for the ddns configuration page.
rather than using an external service to determine the external IP address, you can utilise the metadata service to obtain it.
below is a snippet from my working configuration,
protocol=dyndns2 use=cmd cmd='curl -H "Metadata-Flavor:Google" http://metadata/computeMetadata/v1/instance/network-interfaces/0/access-configs/0/external-ip' server=dynupdate.no-ip.com
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not so much an issue as a potential update for the ddns configuration page.
rather than using an external service to determine the external IP address, you can utilise the metadata service to obtain it.
below is a snippet from my working configuration,
The text was updated successfully, but these errors were encountered: