castalla wrote: > > So next problem: how do I just stop the running ngrok (then restart > with updated config file) ? > I want to avoid having to go through the reauth process at this point > rather than do a full reboot.
I suspect that it is not possible without restarting ngrok. Sometimes applicatins support reloading configuration by sending them a SIGHUP ... but this very old (and perhaps outdated) bug report says that it is not possible. https://github.com/inconshreveable/ngrok/issues/187 Can you run a web browser from the machine that it is running on (temporarily)? Another route that might work would be to run a proxy web server on the same machine and have it redirect to localhost ... Paul Webster http://dabdig.blogspot.com Author Radio France (FIP etc) plugin ------------------------------------------------------------------------ Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105 View this thread: http://forums.slimdevices.com/showthread.php?t=111016 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
