feat: change detector
This commit is contained in:
@@ -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