conf.d major changes

This commit is contained in:
2015-12-17 12:49:30 +03:00
parent 26e023157a
commit 025ad3b4a3
19 changed files with 43 additions and 58 deletions

View File

@@ -5,3 +5,10 @@ depends dnscrypt-backup
#service_respawn='true'
service_command='/usr/bin/dnscrypt-proxy'
service_args=(
"--local-address=${local_ip}:${local_port}"
"--resolver-address=${resolver_ip}:${resolver_port}"
"--provider-name=${provider_name}"
"--provider-key=${provider_key}"
"--user=${local_user}"
)