Added static DNS record

This commit is contained in:
appkins
2024-07-13 04:52:27 -05:00
parent 85af09f5e0
commit e99c608dec
62 changed files with 1406 additions and 11 deletions

View File

@@ -86,5 +86,5 @@ func (e *booleanishString) UnmarshalJSON(b []byte) error {
*e = booleanishString(false)
return nil
}
return errors.New("Could not unmarshal JSON value.")
return errors.New("could not unmarshal JSON value")
}