You've already forked v2ray-core
comments
This commit is contained in:
@@ -18,7 +18,7 @@ func DestinationFromAddr(addr net.Addr) Destination {
|
||||
case *net.UDPAddr:
|
||||
return UDPDestination(IPAddress(addr.IP), Port(addr.Port))
|
||||
default:
|
||||
panic("Unknown address type.")
|
||||
panic("Net: Unknown address type.")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user