How to make network traffics bypass envoy by default?

Some users want istio-proxy to control only traffics sent to specific services, and sent directly to other services without hijacking by envoy. All those services are running in the same k8s cluster and perhaps same namespace. Can Istio-proxy bypass all the network traffics by default and only route those required ones?