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

tweaks usage in README to add cache volume #81

Closed
wants to merge 1 commit into from
Closed

tweaks usage in README to add cache volume #81

wants to merge 1 commit into from

Commits on Feb 23, 2024

  1. tweaks usage in README to add cache volume

    Things will usually work just fine without this, but strictly speaking
    one wants to persist the ddclient cache via volume in addition to the
    configuration.
    
    Without persisting this cache, every time the container restarts (before
    the IP address has changed), it will log this warning:
    
    ```
    nochg: No update required; unnecessary attempts to change to the current address are considered abusive
    ```
    
    When the cache is persisted as suggested, this warning does not occur.
    MattVonVielen committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    96b7758 View commit details
    Browse the repository at this point in the history