-
Notifications
You must be signed in to change notification settings - Fork 31
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
docs: update example usage #219
Conversation
Signed-off-by: Dwi Siswanto <[email protected]>
// it requires a list of resolvers | ||
resolvers := []string{"8.8.8.8:53", "8.8.4.4:53"} | ||
// It requires a list of resolvers. | ||
// Valid protocols are "udp", "tcp", "doh", "dot". Default are "udp". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should also be documented somewhere else, like making parseResolver
an exported function.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 - Just checked the readme and we are missing this info. Marking the PR as changes requested
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are reviewing the README tho, @Mzack9999. 😃
Are you suggesting creating a separate section? I'd rather have this documented within the code so it can be served by godoc. Thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Todo:
- Update readme with supported protocols
Signed-off-by: Dwi Siswanto <[email protected]>
No description provided.