I'm creating a per-app VPN client for MacOS by using the PacketTunnelProvider app extension and tunnel_server code from the simpleTunnel example apple provided to make to it work.
Once the client connects to the server, what behavior should I expect from apps I have included to connect on to the VPN server? For example, if the domain url www.google.com is supposed to go through the vpn and I try to google something, should the page be able to load? I thought I had read on other posts that this tunnel_server in particular wasnt set up to allow for clients to actually load content since its just an example.