Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: timothymiller/cloudflare-ddns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cbb5ead02f97479538228de85ea042eb357cabcc
Choose a base ref
...
head repository: timothymiller/cloudflare-ddns
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ba37a97d5008d457e625e511b6c7c763ec20d2e2
Choose a head ref
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 26, 2024

  1. Support both key-value and single value endpoint types

    Allows acquiring IPv4/6 address from key-value (i.e. https://1.1.1.1/cdn-cgi/trace) and single-value (i.e. https://ipv4.icanhazip.com)
    irfanhakim-as committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    dcd28e9 View commit details
    Browse the repository at this point in the history
  2. Set and use ipv4_endpoints and ipv6_endpoints global vars

    These vars could potentially be added as new config options to set the primary and fallback endpoints
    irfanhakim-as committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e969a99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44015e0 View commit details
    Browse the repository at this point in the history
  4. Replace 1.0.0.1 with icanhazip.com as fallback IPv4/6 endpoints

    Sensible fallback endpoint in case Cloudflare's are unavailable
    irfanhakim-as committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ba37a97 View commit details
    Browse the repository at this point in the history
Loading