esp32_nat_router icon indicating copy to clipboard operation
esp32_nat_router copied to clipboard

configuration help

Open dragulesq opened this issue 1 year ago • 1 comments

Great project, thank you!

In my usecase I have a lot of port forwards to configure. Can these be specified at compile time? If yes, where?

What about static ips for the AP network - is this supported?

dragulesq avatar Nov 20 '23 22:11 dragulesq

Take a look at nvs_partition_gen.py you can create a precompiled NVS bin with all your values.

Hougaard22 avatar Nov 28 '23 13:11 Hougaard22