Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ClashForAndroid
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
ClashForAndroid
Commits
08db7c56
There was an error fetching the commit references. Please try again later.
Commit
08db7c56
authored
3 years ago
by
kr328
Browse files
Options
Downloads
Patches
Plain Diff
Chore: update core
parent
75745d89
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/src/main/golang/clash
+1
-1
1 addition, 1 deletion
core/src/main/golang/clash
core/src/main/golang/tun/dns.go
+1
-1
1 addition, 1 deletion
core/src/main/golang/tun/dns.go
with
2 additions
and
2 deletions
clash
@
f8d0239b
Compare
ab13a0d1
...
f8d0239b
Subproject commit
ab13a0d119700ce2cc80bf3a07f0989f418021f
d
Subproject commit
f8d0239b1e2a7483eaaff68a96d2f91315c1ca5
d
This diff is collapsed.
Click to expand it.
core/src/main/golang/tun/dns.go
+
1
−
1
View file @
08db7c56
...
@@ -82,7 +82,7 @@ func relayDnsPacket(payload []byte) ([]byte, error) {
...
@@ -82,7 +82,7 @@ func relayDnsPacket(payload []byte) ([]byte, error) {
return
nil
,
err
return
nil
,
err
}
}
r
,
err
:=
resolver
.
Resol
veMsg
(
msg
)
r
,
err
:=
resolver
.
Ser
veMsg
(
msg
)
if
err
!=
nil
{
if
err
!=
nil
{
return
nil
,
err
return
nil
,
err
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment