Coder Social home page Coder Social logo

clash-for-linux's Introduction

项目介绍

此项目是通过使用开源项目clash作为核心程序,再结合脚本实现简单的代理功能。

主要是为了解决我们在服务器上下载GitHub等一些国外资源速度慢的问题。

使用教程

下载项目

下载项目

$ git clone https://github.com/wanhebin/clash-for-linux.git

进入到项目目录,编辑start.sh脚本文件,修改变量URL的值。

$ cd clash-for-linux
$ vim start.sh

启动程序

直接运行脚本文件start.sh

  • 进入项目目录
$ cd clash-for-linux
  • 运行启动脚本
$ sh start.sh
配置文件config.yaml下载成功!                              [  OK  ]
服务启动成功!                                             [  OK  ]
系统代理http_proxy/https_proxy设置成功,请在当前窗口执行以下命令加载环境变量:

source /etc/profile.d/clash.sh
$ source /etc/profile.d/clash.sh
  • 检查服务端口
$ netstat -tln | grep -E '9090|789.'
tcp        0      0 127.0.0.1:9090          0.0.0.0:*               LISTEN     
tcp6       0      0 :::7890                 :::*                    LISTEN     
tcp6       0      0 :::7891                 :::*                    LISTEN     
tcp6       0      0 :::7892                 :::*                    LISTEN
  • 检查环境变量
$ env | grep -E 'http_proxy|https_proxy'
http_proxy=http://127.0.0.1:7890
https_proxy=http://127.0.0.1:7890

以上步鄹如果正常,说明服务clash程序启动成功,现在就可以体验高速下载github资源了。

停止程序

  • 进入项目目录
$ cd clash-for-linux
  • 关闭服务
$ sh shutdown.sh
服务关闭成功,请在已打开的窗口执行以下命令:
unset http_proxy
unset https_proxy
$ unset http_proxy
$ unset https_proxy

然后检查程序端口、进程以及环境变量http_proxy|https_proxy,若都没则说明服务正常关闭。

使用须知

  • 此项目不提供任何订阅信息,请自行准备Clash订阅地址。
  • 运行前请手动更改start.sh脚本中的URL变量值,否则无法正常运行。
  • 当前只在RHEL系列Linux系统中测试过,其他系列可能需要适当修改脚本。

clash-for-linux's People

Contributors

wanhebin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 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.