Theodore Bagwell Posted April 16, 2014 Posted April 16, 2014 Hey guys, Does anyone know how to use proxies on linux?I was recently using this method:Right click on the osbot client --> open with --> add --> use a custom command -->type in "java -DsockProxyHost=IP -DsockProxyPort=PORT -jar" with the ip adress + port Now i wanted to check if everything was setup using ande's IP checker:http://osbot.org/forum/topic/44737-andes-ip-checker/#entry524609 but it all seems to run on the same IP adress Do you guys have any suggestions on how to run bots using a proxy on linux? thanks!
Ricky Posted April 16, 2014 Posted April 16, 2014 @echo off java -DsocksProxyHost=107.168.10.25 -Dsock.ProxyPort=1080 -cp osbot.jar org.osbot.engine.Main pause
Theodore Bagwell Posted April 17, 2014 Author Posted April 17, 2014 @echo off java -DsocksProxyHost=107.168.10.25 -Dsock.ProxyPort=1080 -cp osbot.jar org.osbot.engine.Main pause Thats for windows my friend.. I can't make .bat files on linux
Ricky Posted April 17, 2014 Posted April 17, 2014 Thats for windows my friend.. I can't make .bat files on linux Obviously. I was just correcting your code
Theodore Bagwell Posted April 22, 2014 Author Posted April 22, 2014 Still dont know the answer... Anyone?