i need to broadcast a local Webserver to internet, i know of services like ngrok that can do that, but the big problem of that service is that needs to be executed in an external application. I was wondering if i can do something similar internally in Android Studio (With an API of a third party or something). To give you a context i made a webserver in Arduino, that have a local ip and i know that its possible to broadcast the information to internet with a "tunel" (that can be Ngrok), the thing is that i want to be able to configure EVERYTHING vía application, so im going to give via app the SSID and password of the WIFI using a bluetooth module, then the arduino is gonna create the web server, but this server is local and i need the server be global, thats why i thought that maybe there exists something similar to ngrok but for being used and configured by applicattions internally. So again, i dont want to use PC, or other application, just the APP or maybe do it in arduino itself. Thanks you so much in advance, feel free to share your thoughts.