Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipakparmar/ddns-server
Self Hosted DDNS Server alternative to noip.com (🚧 WIP)
https://github.com/dipakparmar/ddns-server
ddns-server dyndns-server dyndns-updater
Last synced: 28 days ago
JSON representation
Self Hosted DDNS Server alternative to noip.com (🚧 WIP)
- Host: GitHub
- URL: https://github.com/dipakparmar/ddns-server
- Owner: dipakparmar
- License: mit
- Created: 2022-06-28T22:46:02.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-22T19:14:44.000Z (about 2 years ago)
- Last Synced: 2024-07-24T11:16:34.895Z (4 months ago)
- Topics: ddns-server, dyndns-server, dyndns-updater
- Language: Go
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
```
██████╗ ██████╗ ███╗ ██╗███████╗ ███████╗███████╗██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔══██╗████╗ ██║██╔════╝ ██╔════╝██╔════╝██╔══██╗██║ ██║██╔════╝██╔══██╗
██║ ██║██║ ██║██╔██╗ ██║███████╗ ███████╗█████╗ ██████╔╝██║ ██║█████╗ ██████╔╝
██║ ██║██║ ██║██║╚██╗██║╚════██║ ╚════██║██╔══╝ ██╔══██╗╚██╗ ██╔╝██╔══╝ ██╔══██╗
██████╔╝██████╔╝██║ ╚████║███████║ ███████║███████╗██║ ██║ ╚████╔╝ ███████╗██║ ██║
╚═════╝ ╚═════╝ ╚═╝ ╚═══╝╚══════╝ ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚══════╝╚═╝ ╚═╝
```[![GoDoc Badge]][godoc] [![GoReportCard Badge]][goreportcard]
Simple DDNS Server API, similar to the oracle's ddns service.
The goal of this project to self host the ddns service with similar features to any ddns service but with your chosen dns provider. Currenly supports AWS Route53 for DNS Updates.
Any feedback and pull requests are welcome and highly appreciated. Report any bugs/issues or feature requests in issues. Feel free to start discussion of you need help or have huge feature request.
## Start Application
- Clone this repository
- Run the application to see available commands: `go run main.go`
- Run the application with command _serve_: `go run main.go serve`[godoc]: https://godoc.org/go.pkg.dipak.io/ddns-server/
[godoc badge]: https://godoc.org/go.pkg.dipak.io/ddns-server?status.svg
[goreportcard]: https://goreportcard.com/report/go.pkg.dipak.io/ddns-server
[goreportcard badge]: https://goreportcard.com/badge/go.pkg.dipak.io/ddns-server