I'm doing some experiments with this library which turn possible to upload firmware through wifi, which seemed promising to be incorporated in my current project as one additional resource.
However, in order to work, it is necessary that the ESP8266 card is connected to the same network where the computer with the Arduino IDE is running.
So I thought if I could somehow deceive the library to put a remote IP/Port that I want to redirect to there, I thought maybe this could be done with some VPN, Portfoward, or any other artifice, but I do not have any skill in those areas related to "connectivity".
Would anyone have any insigth to solve that issue ?