mirror of
				https://github.com/cmur2/dyndnsd.git
				synced 2025-10-31 00:25:06 +01:00 
			
		
		
		
	Prettify config
This commit is contained in:
		| @@ -108,8 +108,8 @@ module Dyndnsd | ||||
|  | ||||
|       config = YAML::load(File.open(config_file, 'r') { |f| f.read }) | ||||
|  | ||||
|       db = Database.new(config['db_file']) | ||||
|       updater = Updater::CommandWithBindZone.new(config['updater_params']) if config['updater'] == 'command_with_bind_zone' | ||||
|       db = Database.new(config['db']) | ||||
|       updater = Updater::CommandWithBindZone.new(config['updater']['params']) if config['updater']['name'] == 'command_with_bind_zone' | ||||
|       responder = Responder::RestStyle.new | ||||
|        | ||||
|       app = Daemon.new(config, db, updater, responder) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user