Skip to content

Commit f62de8c

Browse files
committed
show warning
1 parent 339ca8a commit f62de8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/router/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ func (rr *RoutingRule) BuildCondition() (Condition, error) {
9898
return nil, err
9999
}
100100
conds.Add(cond)
101+
errors.LogWarning(context.Background(), "localIP rule does not work correctly on UDP inbound connections that listen on all interfaces(\"\",\"0.0.0.0\", \"[::]\")")
101102
}
102103

103104
if len(rr.Protocol) > 0 {

0 commit comments

Comments
 (0)