-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: refactor DNS record functions and improve validation
- Add `dnspod` configuration for `main` and `sub` - Add an instruction for adding DNS records - Modify the `CreateOrUpdateRecord` and `DeleteRecord` functions in `dnspod.go` to search for records without specifying the IP address - Add validation for multiple records in `searchRecord` function - Log a warning when finding more than one record Signed-off-by: ysicing <i@ysicing.me>
- Loading branch information
Showing
2 changed files
with
28 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters