Skip to content

jadu101/clash-on-kali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Set up ClashVPN on Your Kali Linux

In places like China, getting to sites like YouTube, Google, or LinkedIn often needs a VPN. Sometimes, it's just about connecting to your company's network. Here, I've got the tips you need to set up ClashVPN on your Kali Linux machine. Easy access, secure browsing!

Download

From here, download relevant file according to your operating system.

Run Clash

I downloaded "Clash for Windows-0.20.39-x64-linux" to my downloads folder. After unzipping, locate cfw file inside or it and run it with command: ./cfw to open clash.

image

Import Clash Config

  • Go to Profiles

image


  • Paste in your VPN address and click download.

image


  • Now you have VPN connection.

Configure System Proxy

  1. Edit environment variables
$ sudo nano /etc/environment

Add the following three lines at the end of the file:

export http_proxy="http://127.0.0.1:7890"
export https_proxy="http://127.0.0.1:7890"
export no_proxy="localhost, 127.0.0.1"
  1. Enable proxy for sudo operations
$ sudo visudo

Add the following line to the file:

Defaults    env_keep+="http_proxy https_proxy no_proxy"
  1. Reboot your machine to take effect

Congrats, now you have ClashVPN set up on your Linux Machine

About

How to use ClashVPN on Kali Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages