katant / BAS.Tor

Tor network in BAS
4 stars 0 forks source link

Issue with IP changing #5

Closed katant closed 4 years ago

katant commented 4 years ago

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.

muratulashozturk commented 4 years ago

Well, you can send a signal to port with javascript. Take a look at https://github.com/JosephClay/signal-js

katant commented 4 years ago

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

muratulashozturk commented 4 years ago

Adding 1000 at the end of code Is working? Have you ever tried it?

katant commented 4 years ago

Fixed in 1.6