Giter VIP home page Giter VIP logo

clash-on-kali's Introduction

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

clash-on-kali's People

Contributors

jadu101 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.