psiphon
psiphon copied to clipboard
The best solution to use psiphon on Linux
for every one want to use psiphon on Linux just follow these simple steps.
1- install one of these softwares playonlux, wine or crossover. 2- download this modded psiphon from here 3- install using one of the above softwares 4- launch the new installed psiphon , go to settings and chose "system proxy" in settings. 5- finally go and set your system proxy as follows 127.0.0.1 port 1997. 6- start the program.
now, you can enjoy using psiphon vpn on any Linux distribution. ( tested on deepin OS )
I have done everything as you said, but psiphon connects and disconnects suddenly.
I have done everything as you said, but psiphon connects and disconnects suddenly.
Did you ever solve this issue? I'm getting the exact same, with the terminal saying that it can't allocate a console.
No, I could nor find anything relevant to solve the problem.
On Fri, Aug 28, 2020, 7:23 AM cstuart1310 [email protected] wrote:
I have done everything as you said, but psiphon connects and disconnects suddenly.
Did you ever solve this issue? I'm getting the exact same, with the terminal saying that it can't allocate a console.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/thispc/psiphon/issues/26#issuecomment-682280207, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJRG3OXOX7OBI47AYS7F6E3SC4EZ5ANCNFSM4HME3IEA .
for every one want to use psiphon on Linux just follow these simple steps.
1- install one of these softwares playonlux, wine or crossover. 2- download this modded psiphon from here 3- install using one of the above softwares 4- launch the new installed psiphon , go to settings and chose "system proxy" in settings. 5- finally go and set your system proxy as follows 127.0.0.1 port 1997. 6- start the program.
now, you can enjoy using psiphon vpn on any Linux distribution. ( tested on deepin OS )
:~$ wget https://sourceforge.net/projects/k-phon/files/KPhonMini_ins.exe
:~$ sudo apt-get install playonlinux
installed but the computer ip address doesn't change, normally using psiphon3
on windows os will be able change whole computer ip address...
:~$ curl https://ipinfo.io/ip
175.143.193.241
Source : https://i.imgur.com/qyrIxIk.mp4 / https://user-images.githubusercontent.com/7227582/119269052-b79e7780-bc30-11eb-85ac-dad1c95c8cc4.mp4
Source Video : https://imgur.com/QqF5MS3
Hello guys, I have searched a lot about this problem (running Psiphon on linux) and it turns out that Psiphon-Labs have just compiled a binary for linux (just 6 days ago).
So I downloaded it, made it as an executable by writing
$ chmod +x psiphon-tunnel-core-x86_64
then executed it with this configuration file psiphon.config
(from this tutorial)
{ "LocalHttpProxyPort":8081, "LocalSocksProxyPort":1081, "PropagationChannelId":"FFFFFFFFFFFFFFFF", "RemoteServerListDownloadFilename":"remote_server_list", "RemoteServerListSignaturePublicKey":"MIICIDANBgkqhkiG9w0BAQEFAAOCAg0AMIICCAKCAgEAt7Ls+/39r+T6zNW7GiVpJfzq/xvL9SBH5rIFnk0RXYEYavax3WS6HOD35eTAqn8AniOwiH+DOkvgSKF2caqk/y1dfq47Pdymtwzp9ikpB1C5OfAysXzBiwVJlCdajBKvBZDerV1cMvRzCKvKwRmvDmHgphQQ7WfXIGbRbmmk6opMBh3roE42KcotLFtqp0RRwLtcBRNtCdsrVsjiI1Lqz/lH+T61sGjSjQ3CHMuZYSQJZo/KrvzgQXpkaCTdbObxHqb6/+i1qaVOfEsvjoiyzTxJADvSytVtcTjijhPEV6XskJVHE1Zgl+7rATr/pDQkw6DPCNBS1+Y6fy7GstZALQXwEDN/qhQI9kWkHijT8ns+i1vGg00Mk/6J75arLhqcodWsdeG/M/moWgqQAnlZAGVtJI1OgeF5fsPpXu4kctOfuZlGjVZXQNW34aOzm8r8S0eVZitPlbhcPiR4gT/aSMz/wd8lZlzZYsje/Jr8u/YtlwjjreZrGRmG8KMOzukV3lLmMppXFMvl4bxv6YFEmIuTsOhbLTwFgh7KYNjodLj/LsqRVfwz31PgWQFTEPICV7GCvgVlPRxnofqKSjgTWI4mxDhBpVcATvaoBl1L/6WLbFvBsoAUBItWwctO2xalKxF5szhGm8lccoc5MZr8kfE0uxMgsxz4er68iCID+rsCAQM=", "RemoteServerListUrl":"https://s3.amazonaws.com//psiphon/web/mjr4-p23r-puwl/server_list_compressed", "SponsorId":"FFFFFFFFFFFFFFFF", "UseIndistinguishableTLS":true }
by writing this command on my linux terminal
$ ./psiphon-tunnel-core-x86_64 -config psiphon.config
At this point, it works as an http
, https
and ftp
proxy at 127.0.0.1:8081
and a socks
proxy at 127.0.0.1:1081
. So configure your browser to use this proxy, and happy circumventing!
Hope this helps someone.
Thanks man