1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 12:30:18 +02:00

Supply IP to responder

This commit is contained in:
cn
2013-04-27 14:30:15 +02:00
parent b6bc37c042
commit 3a39f4fa0a
2 changed files with 5 additions and 5 deletions

View File

@ -81,10 +81,10 @@ module Dyndnsd
@db['serial'] += 1
@db.save
update
return @responder.response_for(:good)
return @responder.response_for(:good, myip)
end
@responder.response_for(:nochg)
@responder.response_for(:nochg, myip)
end
def self.run!