Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - joecool

#1
I upgraded to v23.7.3 and the ddclient POST option works fine.  I had to adjust my Porkbun script a bit to provide the expected responses, but otherwise it's a-ok!

Thanks guys!
#2
I had no intention to be non-nice so sorry if it came off that way.  I use Opnsense and greatly, greatly appreciate all the hard work you guys do!

I meant that this chain had gone silent and I saw no indication that any changes had been made to support Porkbun's DDNS.  Is that not the case?  If so, can you point me to something to read?
#3
The time has come and 23.7 just got released but we aren't any closer here.  I looked online and pfsense just added Porkbun support here:  https://redmine.pfsense.org/projects/pfsense/repository/2/revisions/d9d91d5df28c235baba4bfe3cc7c792037df35c2

Is that something that could be ported over?
#4
franco:  I have a php script that I use via the "Update URL" line in the legacy provider that handles PorkBun.  They use an API to do ddns instead of standard protocols.  Would this be helpful in any way?
#5
I am currently on v23.1_6 using the legacy dynamic dns client and updating my domain on porkbun.com.  It doesn't have "normal" DDNS capabilities but does have an API (https://kb.porkbun.com/article/190-getting-started-with-the-porkbun-api).  They have a couple of clients linked there already but I'm using a homemade php script.  To call it, I am sending:

    Update URL: http://10.1.2.12/porkbun_ddns.php?domain=mydomain.com&hosts=*,ipv4&ip=%IP%
    Result Match: I have "SUCCESS" coming back from my update script if it succeeds.

I just noticed the message "Please make sure to upgrade to os-ddclient before 23.7 is released as this plugin will be removed from our repository". I installed the new plugin but it doesn't look like calling a custom URL is supported? Am I missing something and is there a way to support this setup?

If not, is there a way to beg the devs to add Porkbun as an option prior to v23.7's release?  As of right now, if the legacy DDNS client gets turned off, I'm hosed.

TIA!