Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PublicAndroidApps
Nebulo
Commits
400c304d
Commit
400c304d
authored
Nov 20, 2019
by
Daniel Wolf
Browse files
Don't rehash the host
parent
7e25d600
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/com/frostnerd/smokescreen/util/proxy/DnsRuleResolver.kt
View file @
400c304d
...
...
@@ -181,7 +181,7 @@ class DnsRuleResolver(context: Context) : LocalResolver(false) {
}
}
if
(
wildcardResolveResult
!=
null
)
{
cachedWildcardResolved
[
h
ashHost
(
uniformQuestion
,
question
.
type
)
]
=
wildcardResolveResult
cachedWildcardResolved
[
h
ostHash
]
=
wildcardResolveResult
resolveResults
[
question
.
hashCode
()]
=
wildcardResolveResult
true
}
else
{
...
...
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