esp32_nat_router
esp32_nat_router copied to clipboard
Question/Feature Request
Hello , Is there any way that you can protect the setup page Also is there any way I can configure the router using post requests from python eg
import requests as r
r.post('ip_address_here',{'setup_login_password':'1234,'static_ip':'',...}
Thanks