Configuring proxychain with viber on linux

This specific content was written 7 years ago. Please keep this in mind as it may be outdated and not adhering to best-practices.

I wanted to use viber on ubuntu linux but couldn’t connect due to being behind a proxy.
I had to do two things:

  1. Install proxychains and configure my proxy information in the proxychains configuration file.
  2. Run viber using proxychains. Finally make a special sh file to do this.

 

root@mbak1-VirtualBox:~/Desktop# nano /etc/proxychains.conf 

[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
http xxx.xxx.xx.xx 8012 user password
https xxx.xxx.xx.xx 8012 user password

Created the following SH file to run viber with the proxy:

#!/bin/bash

proxychains /opt/viber/Viber %u



Menelaos Bakopoulos

Mr. Menelaos Bakopoulos is currently pursuing his PhD both at Center for TeleInFrastruktur (CTiF) at Aalborg University (AAU) in Denmark and Athens Information Technology (AIT) in Athens, Greece. He received a Master in Information Technology and Telecommunications Systems from Athens Information Technology and a B.Sc. in Computer Science & Management Information Systems from the American College of Thessaloniki. Since April 2008 he has been a member of the Multimedia, Knowledge, and Web Technologies Group.

More Posts