ddclient / ddclient

Ddclient updates dynamic DNS entries for accounts on a wide range of dynamic DNS services.

Home Page:https://ddclient.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't make it work with porkbun

1nkotb opened this issue · comments

I might be missing something, but not sure what :(

my config for /etc/ddclient.conf

protocol=1984 \ (for some reason, when entered in the gui "porkbun", this is what it came with in config)
use=web, web=ipify-ipv4
login=pk1_**** \
password='sk1_****' \
subdomain.domain.com

running sudo ddclient -daemon=0 -debug -verbose -noquiet

WARNING:  skipping update of subdomain.domain.com from <nothing> to x.x.x.x(correct IP)
WARNING:  last updated <never> but last attempt on Fri May  3 19:40:59 2024 failed.
WARNING:  Wait at least 5 minutes between update attempts.

The correct protocol for Porkbun is porkbun; whatever GUI you're using to generate your /etc/ddclient.conf needs to be updated.

Try the following:

protocol=porkbun \
usev4=webv4, webv4=ipify-ipv4 \
apikey=pk1_**** \
secretapikey='sk1_****' \
root-domain=domain.com \
subdomain.domain.com