Skip to content
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

did not find expected key, when bind to IPv6 Address by modified config.yml file #283

Open
geyee opened this issue Jun 30, 2022 · 0 comments

Comments

@geyee
Copy link

geyee commented Jun 30, 2022

when change config.yml file some parameters,it run failed.

  1. change bindAddress: :53 to bindAddress: [::1]:53, then "Failed to parse config file: yaml: did not find expected node content"
  2. debugHTTPAddress: 127.0.0.1:5555 to debugHTTPAddress: [::1]:5555, then "Failed to parse config file: yaml: line 1: did not find expected node content"
  3. change address: 119.29.29.29:53 to address: [fe80::1]:53, then "Failed to parse config file: yaml: line 5: did not find expected key"
  4. change address: 114.114.114.114:53 to address: [2606:4700:4700::1001]:53,then "Failed to parse config file: yaml: line 15: did not find expected key"

thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant