-
error : [FATAL] Unable to load the configuration file [dnscrypt-proxy.toml] -- Maybe use the -config command-line switch? brew update; brew upgrade give : Warning: "config" scripts exist outside your system or Homebrew directories. Having additional scripts in your path can confuse software installed via Output of the following commands:config : /usr/local/etc/dnscrypt-proxy.toml dnscrypt-proxy -check dnscrypt-proxy -resolve apple.com |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No Either go to the directory that contains such file, or use the dnscrypt-proxy -config /usr/local/etc/dnscrypt-proxy.toml Homebrew also comes with an brew info dnscrypt-proxy |
Beta Was this translation helpful? Give feedback.
No
dnscrypt-proxy.toml
file exists in the directory you are currently in.Either go to the directory that contains such file, or use the
-config
command-line switch to provide the path to the configuration file:Homebrew also comes with an
info
command that often gives useful information about how to use a package: