For faster prototyping of my code, I would like to provide my laptop address as an endpoint to the http webhook API (Base URL) of the website cloud.thethings.network.
For this, I setup a ddns on noip.com and connected my tp-link router with my noip-account. So right now, I have sth. like myneedddns.ddns.com that forwards to my router.
I’ve also set port forwarding in my router to access my laptop and reserved a static IP for the laptop:
However, I can not provide a format like xxx.ddns.com:801 on thethingsstack. From there I can probably handle how to receive the request with flask or django.
How would you approach my goal?