updating root dns a
This commit is contained in:
@ -4,7 +4,7 @@ namespace :dns do
|
||||
task update: :environment do
|
||||
job = DnsUpdateJob.new
|
||||
puts "My ip is #{job.my_ip}"
|
||||
job.update_ip("gateway" , "hubfeenix.fi")
|
||||
job.update_ip("" , "hubfeenix.fi")
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user