ミラー元
https://github.com/cmur2/dyndnsd.git
前回の同期 2025-10-29 17:59:46 +01:00
7 行
91 B
Ruby
実行ファイル
7 行
91 B
Ruby
実行ファイル
#!/usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
require 'dyndnsd'
|
|
|
|
Dyndnsd::Daemon.run!
|