feat: ddns 功能调用逻辑
This commit is contained in:
5
dns/models/interface.go
Normal file
5
dns/models/interface.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package models
|
||||
|
||||
type DnsProvider interface {
|
||||
SetDomainRecord(domain, ip string) error
|
||||
}
|
||||
Reference in New Issue
Block a user