mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-11-01 00:56:14 +01:00
11 lines
118 B
Ruby
11 lines
118 B
Ruby
|
|
||
|
module Dyndnsd
|
||
|
module Updater
|
||
|
class Dummy
|
||
|
def update(zone)
|
||
|
# nothing
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|