lib/dns_one.rb in dns_one-0.4.61 vs lib/dns_one.rb in dns_one-0.4.62
- old
+ new
@@ -63,13 +63,13 @@
main: {
work_dir: conf[:config][:work_dir]
},
server: {
run_as: conf[:config][:run_as],
- save_stats: (conf[:config][:save_stats] == '1'),
- log_result_file: (conf[:config][:log_result_file] == '1'),
- log_result_socket: (conf[:config][:log_result_socket] == '1'),
- log_result_socket_file: (conf[:config][:log_result_socket_file] == '1'),
+ save_stats: conf[:config][:save_stats],
+ log_result_file: conf[:config][:log_result_file],
+ log_result_socket: conf[:config][:log_result_socket],
+ log_result_socket_file: conf[:config][:log_result_socket_file],
},
zone_search: {
ignore_subdomains: conf[:config][:ignore_subdomains],
cache_max: conf[:config][:cache_max],
record_sets: conf[:record_sets],