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-18 20:56:16 +01:00
Code
Releases
Activity
267a96bf73
dyndnsd
/
exe
/
dyndnsd
7 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
gem: adopt frozen string literals
2020-03-06 21:33:29 +01:00
#!/usr/bin/env ruby
# frozen_string_literal: true
Fiat lux
2013-04-27 14:07:14 +02:00
require 'dyndnsd'
Dyndnsd::Daemon.run!
Copy Permalink