Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/soulteary/njs-ddns-service
- Owner: soulteary
- License: cc0-1.0
- Created: 2021-08-02T14:02:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T15:01:30.000Z (over 3 years ago)
- Last Synced: 2024-12-06T16:51:27.386Z (about 1 month ago)
- Topics: docker, nginx, njs, traefik
- Language: JavaScript
- Homepage: https://soulteary.com/tags/nginx.html
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)