We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de24e2 commit ed7533cCopy full SHA for ed7533c
listener/tproxy/udp.go
@@ -81,7 +81,7 @@ func NewUDP(addr string, tunnel C.Tunnel, additions ...inbound.Addition) (*UDPLi
81
}
82
83
dscp, _ := getDSCP(oob[:oobn])
84
- additions = append(additions, inbound.WithDSCP(dscp))
+ additions := append(additions, inbound.WithDSCP(dscp)) // don't change outside additions
85
86
if rAddr.Addr().Is4() {
87
// try to unmap 4in6 address
0 commit comments