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

can't make it work with porkbun #658

Closed
1nkotb opened this issue May 4, 2024 · 1 comment
Closed

can't make it work with porkbun #658

1nkotb opened this issue May 4, 2024 · 1 comment
Labels
question Question how to use ddclient

Comments

@1nkotb
Copy link

1nkotb commented May 4, 2024

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.
@rhansen
Copy link
Member

rhansen commented May 14, 2024

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

@rhansen rhansen added the question Question how to use ddclient label May 14, 2024
@rhansen rhansen closed this as completed May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question how to use ddclient
Projects
None yet
Development

No branches or pull requests

2 participants