updating root dns a

This commit is contained in:
Torsten 2023-02-11 22:52:17 +02:00
parent 41771ad5c1
commit 43de6547f3
1 changed files with 1 additions and 1 deletions

View File

@ -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