-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax for config.yaml is not apparent / not as advertised #420
Comments
same here , I need to have a config based setup and I'm constantly confused here |
Ditto... options for the config.yaml are not documented. Very frustrating! |
First, if you build it directly using "go install" then you'll might end up with
P.S. I know few about yaml, and that's as far as I can "go". |
In
/config.yaml.dist
it's advertised that to find out the expected syntax for the values in the yaml file, "all the options available can be seen with ./dnsproxy --help". The values offered by --help are not actually valid. I dove into/main.go
to try to back into the expected yaml syntax, and dnsproxy appears to parse/accept the yaml file, but it does not start as expected.adguard/dnsproxy
with multiple secure DNS methods and forwarding them upstream to a local DNS server. What is it expecting that I am not properly specifying?config.yaml:
log from dnsproxy starting with that config:
Thanks.
The text was updated successfully, but these errors were encountered: