UUBulb
|
4df60c6955
|
ddns: improve performance (#385)
|
2024-07-07 10:19:58 +08:00 |
|
UUBulb
|
5c7652f047
|
Add DDNS Profiles, use publicsuffixlist domain parser (#350)
* Add DDNS Profiles, use publicsuffixlist domain parser
* Add Tencent Cloud DNS Provider
* Restore validate DDNS provider function
* chore: fmt & upgrade dependencies
|
2024-04-27 13:36:36 +08:00 |
|
Darc Z
|
cf9d9bd248
|
Fix DDNS bugs and split up ddns module (#326)
* fix: webhook retry logic
fix: adjust record type based on ipv4 ipv6
refract: move ddns providers to a new module
* refract: move ddns module to pkg/
|
2024-02-26 11:49:28 +08:00 |
|
Darc Z
|
3b5ee464a7
|
Add DDNS support (#324)
* feat: add ddns updater framework
Note: no functionality implemented yet
* feat: add webhook ddns provider
* feat: update dashboard template
* fix: check nil and cron task string
* fix: webhook string formated with unexcepted param
* fix: webhook header split error
* feat: cloudflare ddns provider
* refract: move ddns update trigger into ReportSystemInfo
* lang: update other languages text
* fix: clear codes and logics
* fix: move update ddns to goroutine to avoid blocking
* fix: clear unused codes
* fix: update timestamp to prevent cache
|
2024-02-24 21:10:27 +08:00 |
|