feat: change detector
This commit is contained in:
9
model/common/common.go
Normal file
9
model/common/common.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package common
|
||||
|
||||
type ARecord struct {
|
||||
Domain string
|
||||
IP string
|
||||
TTL int
|
||||
Prio int
|
||||
Disabled bool
|
||||
}
|
||||
Reference in New Issue
Block a user