Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Cloudflare DynDNS update error

    Scheduled Pinned Locked Moved DHCP and DNS
    16 Posts 5 Posters 1.5k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • jimpJ
      jimp Rebel Alliance Developer Netgate
      last edited by

      https://redmine.pfsense.org/issues/10196

      Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

      Need help fast? Netgate Global Support!

      Do not Chat/PM for help!

      LucaTNTL 1 Reply Last reply Reply Quote 0
      • jimpJ
        jimp Rebel Alliance Developer Netgate
        last edited by jimp

        Try applying the change in this diff and see if it works for you: Updated cf-ttl.diff

        EDIT: Updated diff

        Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

        Need help fast? Netgate Global Support!

        Do not Chat/PM for help!

        1 Reply Last reply Reply Quote 0
        • LucaTNTL
          LucaTNT @jimp
          last edited by

          @jimp said in Cloudflare DynDNS update error:

          https://redmine.pfsense.org/issues/10196

          My Google-fu has failed me!

          @jimp said in Cloudflare DynDNS update error:

          Try applying the change in this diff and see if it works for you: cf-ttl.diff

          I reverted my patch and tried to apply this one, but it failed to update the address with the following log:

          /services_dyndns_edit.php: phpDynDNS (vr): PAYLOAD: { "result": null, "success": false, "errors": [ { "code": 1000, "message": "There was an unknown error." } ], "messages": [] }
          

          The Cloudflare API requires an integer for the ttl, so I changed your patch this way and it worked:

          "ttl" => empty($this->_dnsTTL) ? 1 : int($this->_dnsTTL)
          
          1 Reply Last reply Reply Quote 0
          • jimpJ
            jimp Rebel Alliance Developer Netgate
            last edited by

            OK, I'll change it that way. Thanks!

            Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

            Need help fast? Netgate Global Support!

            Do not Chat/PM for help!

            1 Reply Last reply Reply Quote 1
            • jimpJ
              jimp Rebel Alliance Developer Netgate
              last edited by

              Actually it looks like that should be (int) $this->_dnsTTL or intval($this->_dnsTTL).

              Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

              Need help fast? Netgate Global Support!

              Do not Chat/PM for help!

              1 Reply Last reply Reply Quote 0
              • LucaTNTL
                LucaTNT
                last edited by

                You're right. I think int("123") is deprecated.

                1 Reply Last reply Reply Quote 0
                • jimpJ
                  jimp Rebel Alliance Developer Netgate
                  last edited by

                  I updated the diff in my previous post above

                  Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

                  Need help fast? Netgate Global Support!

                  Do not Chat/PM for help!

                  1 Reply Last reply Reply Quote 0
                  • O
                    Overlord
                    last edited by

                    Is it also working for manually update? I tried to "Save and force update" again and I have stillt the same issue. I used this diff:

                    https://redmine.pfsense.org/attachments/2922/cf-ttl.diff

                    /services_dyndns_edit.php: phpDynDNS (@): UNKNOWN ERROR - Invalid TTL. Must be between 120 and 2,147,483,647 seconds, or 1 for automatic
                    
                    1 Reply Last reply Reply Quote 0
                    • jimpJ
                      jimp Rebel Alliance Developer Netgate
                      last edited by

                      It should not matter how it is triggered. Make sure that diff actually applied (edit /etc/inc/dyndns.class and see if the TTL line is there)

                      Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

                      Need help fast? Netgate Global Support!

                      Do not Chat/PM for help!

                      1 Reply Last reply Reply Quote 0
                      • LucaTNTL
                        LucaTNT
                        last edited by

                        @jimp said in Cloudflare DynDNS update error:

                        I updated the diff in my previous post above

                        Thanks.
                        (it appears the changes on Redmine still has the old non-integer ttl, though).

                        jimpJ 1 Reply Last reply Reply Quote 0
                        • jimpJ
                          jimp Rebel Alliance Developer Netgate @LucaTNT
                          last edited by

                          @LucaTNT said in Cloudflare DynDNS update error:

                          (it appears the changes on Redmine still has the old non-integer ttl, though).

                          That's the initial commit -- that will never update. There is an additional commit below which makes the integer change.

                          Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

                          Need help fast? Netgate Global Support!

                          Do not Chat/PM for help!

                          LucaTNTL 1 Reply Last reply Reply Quote 0
                          • LucaTNTL
                            LucaTNT @jimp
                            last edited by

                            @jimp TIL. Thanks for the quick help!

                            1 Reply Last reply Reply Quote 0
                            • V
                              vajonam Rebel Alliance
                              last edited by

                              This post is deleted!
                              1 Reply Last reply Reply Quote 0
                              • Sergei_ShablovskyS
                                Sergei_Shablovsky
                                last edited by Sergei_Shablovsky

                                Is this cloudflare-ddns-update.sh in case running by cron able to solving Your problem?

                                Any comments from @jimp ?

                                โ€”
                                CLOSE SKY FOR UKRAINE https://youtu.be/_tU1i8VAdCo !
                                Help Ukraine to resist, save civilians peopleโ€™s lives !
                                (Take an active part in public protests, push on Your countryโ€™s politics, congressmans, mass media, leaders of opinion.)

                                1 Reply Last reply Reply Quote 0
                                • jimpJ
                                  jimp Rebel Alliance Developer Netgate
                                  last edited by

                                  That is not relevant to pfSense. The problem stated in this thread is solved in our repository.

                                  Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

                                  Need help fast? Netgate Global Support!

                                  Do not Chat/PM for help!

                                  1 Reply Last reply Reply Quote 0
                                  • First post
                                    Last post
                                  Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.