mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-09-20 14:39:04 -03:00
Add support for record_comment in configuration, deserialization, and API integration.
This commit is contained in:
@@ -421,6 +421,7 @@ mod tests {
|
||||
ttl: 300,
|
||||
ip4_provider: None,
|
||||
ip6_provider: None,
|
||||
record_comment: None,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -973,6 +974,7 @@ mod tests {
|
||||
ttl: 300,
|
||||
ip4_provider: None,
|
||||
ip6_provider: None,
|
||||
record_comment: None,
|
||||
};
|
||||
ddns.commit_record(
|
||||
"198.51.100.7",
|
||||
@@ -1104,6 +1106,7 @@ mod tests {
|
||||
ttl: 300,
|
||||
ip4_provider: None,
|
||||
ip6_provider: None,
|
||||
record_comment: None,
|
||||
};
|
||||
|
||||
ddns.commit_record(
|
||||
|
||||
Reference in New Issue
Block a user