PyPagekite
PyPagekite copied to clipboard
Is there any way to handle for a range of ports forwarded through pagekite?
I'm trying to develop on a system that exposes a range of ports. Can localhost be exposed through a kite without specifying a port / handle a range? (basically, instead of individually including each port on its own line, is there a way I can just say :xxxx-yyyy: as the port or something equivalent?)
Ideally, I'd like to avoid having to manipulate a range of ports as individual lines.