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

Added hickory-dns feature for auth and storage #255

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Conversation

jiakuan
Copy link
Contributor

@jiakuan jiakuan commented Apr 22, 2024

The default DNS resolver doesn't work in some environment, for example, when using rustls in a linux docker container, but using hickory-dns feature worked.

.gitignore Outdated
@@ -9,6 +9,7 @@ Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk

/.idea
Copy link
Owner

@yoshidan yoshidan Apr 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you remove /.idea because IDE is different for each person. Please set it in your own gitignore_global.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted .gitignore, and also added a hickory-dns feature for bigquery crate.

@yoshidan yoshidan added the safe to test safe to test label Apr 23, 2024
@yoshidan
Copy link
Owner

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants