Search found 4 matches
- Thu Nov 26, 2020 2:51 pm
- Forum: PC configuration
- Topic: NGROK Tutorial
- Replies: 16
- Views: 465136
Re: NGROK Tutorial
So the Powershell Script is as follows since the forum wont let me post a zip ,just open powershell ise as admin and paste this in and modify as needed: #Set Your Ngrok Parameters Here# $filepath = 'c:\ngrok\ngrok.exe' $args = 'http 127.0.0.1:9880' Start-Process $filepath $args timeout 10 #jqwin-64 ...
- Tue Nov 24, 2020 10:51 pm
- Forum: PC configuration
- Topic: NGROK Tutorial
- Replies: 16
- Views: 465136
Re: NGROK Tutorial
I was able to automate the process with powershell...I used Fiddler to see what what being sent to blue iris....I had to trim the string to remove the trailing CRLF. I will share if anyone is interested along with somewhat of a tutorial. It works with the auto grab url option checked.
- Tue Nov 24, 2020 6:49 pm
- Forum: Blue Iris 5
- Topic: Updating NGROK wan URL
- Replies: 7
- Views: 9673
Re: Updating NGROK wan URL
It is indeed in the registry with one caveat, if the automatic key lookup is set in the app, it will not connect, if you do manual key lookup it works . What I found is if you go in and delete and re add a character in the wan section in the blue iris ui, then it works on auto...so it may be worth a...
- Tue Nov 24, 2020 6:36 pm
- Forum: PC configuration
- Topic: NGROK Tutorial
- Replies: 16
- Views: 465136
Re: NGROK Tutorial
It may be in the registry. I'm new here and have looked over your post as I don't want to pay the 99 dollar reg fee again So you are correct it is in the registry ..the only issue I am having is if my app is set to auto grab it wont connect even though the proper url is in the wan field. I made a p...