[Question] ddclient with porkbun domain and their API

This page summarizes the projects mentioned and recommended in the original post on /r/HomeNetworking

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • ddclient

    Discontinued This is the new home for ddclient. Ddclient is a Perl client used to update dynamic DNS entries for accounts on 'Dynamic DNS Network Services' free DNS service. It currently supports a lot of different routers and a few different services.

  • FROM alpine:3.17.3 RUN apk update && apk upgrade RUN apk add git make autoconf automake perl-io-socket-inet6 perl-io-socket-ssl WORKDIR /opt RUN git clone https://github.com/ddclient/ddclient.git WORKDIR /opt/ddclient RUN ./autogen && ./configure --prefix=/usr --sysconfdir=/etc/ddclient --localstatedir=/var RUN make && make VERBOSE=1 check && make install RUN rm /etc/ddclient/ddclient.conf && touch /opt/ddclient.config && ln -s /opt/ddclient.config /etc/ddclient/ddclient.conf RUN chmod 600 /etc/ddclient/ddclient.conf ENTRYPOINT ["/bin/sh"] CMD ["-c", "ddclient; while true; do sleep 3600; done"]

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts