1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-21 09:36:34 -05:00

Chore: minor fixes

This commit is contained in:
loyalsoldier 2021-01-01 12:52:04 +08:00
parent 42f0f5dfec
commit 87e857ee3f
No known key found for this signature in database
GPG Key ID: 23829BBC1ACF2C90
2 changed files with 10 additions and 11 deletions

View File

@ -82,7 +82,6 @@ func (r *Router) PickRoute(ctx routing.Context) (routing.Route, error) {
}
func (r *Router) pickRouteInternal(ctx routing.Context) (*Rule, routing.Context, error) {
// SkipDNSResolve is set from DNS module.
// the DOH remote server maybe a domain name,
// this prevents cycle resolving dead loop