mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Feature request: Add provider to push to a git repo. #503
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xeechou on GitHub (Feb 28, 2025).
Is it possible to push the IP to a remote private git repository? Such that users can have a completely private IP notification without any public DNS server knowing it.
go actually has a Github API, maybe this can be used to implement the feature?