Daemonset service to route calls for specific host

I am trying to build a service which will be called by various pods running on a host to daemonset. My usecase requires my pods to be able to talk to only the daemonset pod running on same host. Can someone point me in the right direction on how to achieve this flow?

You want internalTrafficPolicy: Local I think