Closed katant closed 4 years ago
Well, you can send a signal to port with javascript. Take a look at https://github.com/JosephClay/signal-js
Well, you can send a signal to port with javascript. Take a look at https://github.com/JosephClay/signal-js
Issue isn't with sending. Issue is with port calculation
Adding 1000 at the end of code Is working? Have you ever tried it?
Fixed in 1.6
There may be issue that each time that you run change IP Tor port in BAS (not your variable) reduces by 1000. This is BAS issue. For example, if your port was 9050, script reduces it by 1000 to get control port, so it will be 8050. But then when you will call it again control port will be 7050 and etc.