martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.8k stars 905 forks source link

Feature Request - Built-in OpenVPN Client #459

Open sfilinto opened 3 years ago

sfilinto commented 3 years ago

have been using your code for isolating traffic to a new ssid for a while and it works well. would be even better if there is a builtin openvpn client so that all the traffic connecting to the ssid are routed to my openvpn server which is running in the cloud.

typical use case: i want to connect a device (phone / laptop) playing netfix to a different region through my vpn.

TIA

martin-ger commented 3 years ago

Would be interesting, however there are definitly not enough ressources left (iRAM, RAM) for adding this on the small ESP8266.