Skip to content
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

Update README.md Instructions #92

Open
jordantrizz opened this issue Dec 16, 2024 · 0 comments
Open

Update README.md Instructions #92

jordantrizz opened this issue Dec 16, 2024 · 0 comments

Comments

@jordantrizz
Copy link

I spent a half hour trying to figure out what the right combination of settings would send the correct information to the Cloudflare Worker. This is what worked for me.

  • Server: dyndns
  • Hostname: host.domain.com
  • Username: domain.com
  • Password: cloudflare-token
  • Server: home-ddns.workerorg.workers.dev/update?ip=%i&hostname=%h

This works with a UDM Pro on 4.0.21

When using custom, the following occurs.

  1. You can't use https:// in the server section
  2. Anything in the server after the hostname is added to the config as the name of the service and fails to start.
  3. Once you set server to "home-ddns.workerorg.workers.dev" it just sends the following requests
GET https://home-ddns.workersorg.workers.dev/updatehost.domain.com

I think you could probably update the README.md to include the above information and save some people time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@jordantrizz and others