This website requires JavaScript.
Explore
Help
Sign In
cn
/
dyndnsd
Watch
1
Star
0
Fork
0
You've already forked dyndnsd
mirror of
https://github.com/cmur2/dyndnsd.git
synced
2024-11-15 02:56:15 +01:00
Code
Releases
Activity
235ff6c2bd
dyndnsd
/
spec
/
support
/
dummy_updater.rb
12 lines
132 B
Ruby
Raw
Normal View
History
Unescape
Escape
gem: add sorbet support
2020-02-28 16:00:28 +01:00
# typed: true
Fiat lux
2013-04-27 14:07:14 +02:00
module
Dyndnsd
module
Updater
class
Dummy
def
update
(
zone
)
# nothing
end
end
end
end
Copy Permalink