Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soulteary/njs-ddns-service

Use NJS to implement DDNS service
https://github.com/soulteary/njs-ddns-service

docker nginx njs traefik

Last synced: 1 day ago
JSON representation

Use NJS to implement DDNS service

Awesome Lists containing this project

README

        

# NJS DDNS Service

Use NJS to implement DDNS service

## Case 1 ( Local Client + Public WhatsMyIP API + Public DNS Service)

- [View Source](./case1)
- [Blog](https://soulteary.com/2021/07/31/use-nginx-to-provide-ddns-service-part-1.html)

## Case 2 ( Any Client + Private Server + Public DNS Service)

- [View Source](./case2)
- [Blog](https://soulteary.com/2021/08/02/use-nginx-to-provide-ddns-service-part-2.html)