mirror of
https://github.com/cmur2/dyndnsd.git
synced 2025-08-12 12:48:37 +02:00
Supply IP to responder
This commit is contained in:
@@ -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!
|
||||
|
Reference in New Issue
Block a user