diff --git a/lib/dyn-dnsimple.rb b/lib/dyn-dnsimple.rb index b7f5ffa..9c4652c 100644 --- a/lib/dyn-dnsimple.rb +++ b/lib/dyn-dnsimple.rb @@ -25,7 +25,6 @@ def self.refresh end def self.need_to_update?(record) - record.name == $config['hostname'] && record.record_type == "A" - # && record.content != $current_ip + record.name == $config['hostname'] && record.record_type == "A" && record.content != $current_ip end end \ No newline at end of file