Skip to content

Commit 8a1d4b0

Browse files
committed
app/dispatcher/default.go: Add comment on run-time rejecting non-existent outbound tag
#5101 (comment)
1 parent 3edfb0e commit 8a1d4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/dispatcher/default.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ func (d *DefaultDispatcher) routedDispatch(ctx context.Context, link *transport.
483483
handler = h
484484
} else {
485485
errors.LogWarning(ctx, "non existing outTag: ", outTag)
486-
return
486+
return // DO NOT CHANGE: the traffic shouldn't be processed by default outbound if the specified outbound tag doesn't exist yet, e.g., VLESS Reverse Proxy
487487
}
488488
} else {
489489
errors.LogInfo(ctx, "default route for ", destination)

0 commit comments

Comments
 (0)