Redirecting everything to Captive Portal when device using Access Point
Posted: Mon Jan 15, 2024 1:39 pm
Hello!,
I've setup http server on my esp32 and now I'am configuring Access Point.
My goal is that everything my android browser try to connect with,
redirect me to the ip set in "esp_netif_set_ip_info and esp_netif_set_dns_info"
How do I do that ?
Becouse now I can only see my http_server when I directly type that IP and a lots of spam
(due to logs from captive portal example) in the console when I try connect to google.com
I've setup http server on my esp32 and now I'am configuring Access Point.
My goal is that everything my android browser try to connect with,
redirect me to the ip set in "esp_netif_set_ip_info and esp_netif_set_dns_info"
How do I do that ?
Becouse now I can only see my http_server when I directly type that IP and a lots of spam
(due to logs from captive portal example) in the console when I try connect to google.com