Hi, how can i ensure that i do not send data into the internet if netbird is not running. As example if i do a request at http://netbird-peer-ip it will be send over netbird to the target peer. But if netbird is not running for some reason, it will send out to the normal network interface instead. I can confirm this with traceroute, but (of course) it do not reach a target server. But still I would like to ensure that any data is only send over netbird.
One idea to avoid it is to use the netbird peer domain instead. this would enures that the domain can not be resolved is the netbird is running. but an application might can still cache it, so this do not work either.
Hit this problem on a v-server which i use (among other things) as a reverse proxy for services which run at home. http://netbird-peer-ip is the target for the caddy reverse proxy.