Skip to content

civichacker/dnscrypt-formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dnscrypt

Available states

Compile dnscrypt from source and start it up.

Installs basic dependencies such as, libsodium, libeven and git

Downloads source and compiles, then installs it.

Setups SystemD service and starts it.

Formula Defaults:

dnscrypt:
  user: dnscrypt
  group: dnscrypt
  install_prefix: /usr/local
  config_dir: /etc/dnscrypt
  build_dir: /tmp/dnscrypt-wrapper
  listen_address: 0.0.0.0:443
  provider_cert: 1.cert
  dnscrypt_key: 1.key
  cert_expiration: 365
  resolver: 8.8.8.8:53

Any of the above variables can overridden. Assuming one desires to use the defaults, provider_name is the only required and does not have a default.

Pillar customizations:

dnscrypt:
  provider_name: 2.dnscrypt.example.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published