mirror of
				https://github.com/cmur2/dyndnsd.git
				synced 2025-11-03 18:25:06 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			91 B
		
	
	
	
		
			Ruby
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			91 B
		
	
	
	
		
			Ruby
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env ruby
 | 
						|
# frozen_string_literal: true
 | 
						|
 | 
						|
require 'dyndnsd'
 | 
						|
 | 
						|
Dyndnsd::Daemon.run!
 |