Hi, I'm running a raspberry pi model 3 with built in WiFi with raspbian stretch lite as my operating system ( fresh install ) and i have Stunnel and OpenVPN installed and running ( connected to AirVPN ). My intent is to use my raspberry pi as a wireless SSL VPN router. I followed this guide to bridge my wlan0 traffic to eth0 traffic via br0 https://www.raspberrypi.org/documentation/configuration/wireless/access-point.md which works but its not taping into the OpenVPN tunnel I've created as it's routing the traffic to my ISP ( probably due to the eth0 bridge i made with wlan0), in reality what i want is my wlan0 traffic to access my tun0 interface that OpenVPN makes so my wireless appliances can access AirVPN SSL services. I've done a bunch of reading and i'm kinda stuck any advice or HOWTO's that you can recommend. Thank you !!!!