Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jenny Ryan
ouinet
Commits
d9241cd4
Commit
d9241cd4
authored
Jun 26, 2020
by
Ivan Vilata-i-Balaguer
Browse files
Use alt zdnsparser branch fixing failure to parse QNAME in answers.
parent
28205b5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/dependencies/zdnsparser.cmake
View file @
d9241cd4
...
...
@@ -17,8 +17,14 @@ foreach (patch ${PATCHES})
endforeach
()
externalproject_add
(
zdnsparser
GIT_REPOSITORY https://github.com/packetzero/dnsparser
GIT_TAG 5ad991cd40dde95a3289e56fd7f65543f1967c67
# This is the official repo for zdnsparser,
# but please see <https://github.com/packetzero/dnsparser/pull/3>.
# Some DoH servers use the mentioned answer format.
#GIT_REPOSITORY https://github.com/packetzero/dnsparser
#GIT_TAG 5ad991cd40dde95a3289e56fd7f65543f1967c67
# In the meanwhile, this branch fixes the issue.
GIT_REPOSITORY https://github.com/connectiblutz/dnsparser
GIT_TAG 7dea48af30306cf00f7cc70b91d5ab1022313d46
PATCH_COMMAND
"
${
PATCH_COMMAND
}
"
UPDATE_COMMAND
""
INSTALL_COMMAND
""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment