mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
59e44b865c
TransIP allows '@' as value to alias the root record. '@' was on populate appended with the zone, which trigger an unneeded update. '@' => '@.example.com.' -> 'example.com' This fix will stop the unneeded update