Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


how to make own dyndns service
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

how to make own dyndns service

how to make own dyndns service

Comments

  • VoidVoid Member

    Have you tried ChatGPT’ing the question?

  • ManishPantManishPant Member, Host Rep

    PowerDNS ?

    Thanked by 2kait DigitalFyre
  • PowerDNS + PowerDNS API, Or CloudFlare + CloudFlare API, and a Cron Job to run the API Call to update the hostname with your current IP Address. That's the simplest way.

  • Here’s the plan:

    install a DNS server that is authoritative for a subdomain (here: mydyn.domain.tld) of some domain,
    make sure that the parent zone (here: domain.tld) contains an NS record pointing to the server,
    on the same DNS server also install a web server that processes updates, and
    add a cronjob to the local clients to make HTTP requests to the web server.

  • davidedavide Member
    edited March 2023

    If you may consider an alternative to DDNS, with a VPN network you can have static names assigned to each computer and all the connections are also encrypted. Such a static name, e.g. vpn-home, can be used in lieu of a DDNS, so you could do stuff like http://vpn-home:8080.

Sign In or Register to comment.