Code Monkey home page Code Monkey logo

Comments (6)

rotordock avatar rotordock commented on July 29, 2024 1

adding this was the fix for me;

-e CUSTOM_LOOKUP_CMD=curl -sf4 https://ipinfo.io | jq -r '.ip'

from docker-cloudflare-ddns.

dbrennand avatar dbrennand commented on July 29, 2024 1

I also fixed my issue with a similar method to @rotordock. I added the following environment variable for public IP lookup:

-e CUSTOM_LOOKUP_CMD="curl 'https://api.ipify.org?format=json' | jq -r '.ip'"

This fixed the issue for me.

from docker-cloudflare-ddns.

shark2380 avatar shark2380 commented on July 29, 2024

UPDATE,
in a rough way i have modified the script keeping only the line giving me the right IP address.

from docker-cloudflare-ddns.

rotordock avatar rotordock commented on July 29, 2024

I'm getting the same issue, updating with proxied IP instead of wan IP. Any idea how to fix this?

from docker-cloudflare-ddns.

LJRH avatar LJRH commented on July 29, 2024

Same issue: Raspberry pi 4, ubuntu 20.04 using docker-compose with the latest tag.

from docker-cloudflare-ddns.

shark2380 avatar shark2380 commented on July 29, 2024

After all this homemade fix I close the issue. Hope that the manteiner take a hint on how to improve him code for everyone. I don't know how to update it on github

from docker-cloudflare-ddns.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.