Giter Club home page Giter Club logo

fakio's Introduction

Fakio

一个基于 Socks5 协议,类似 Shadowsocks 的代理服务端。通过简单的加密协议,可以在一定程度上防止外界对传输内容的干扰等。

Fakio 由运行在 Linux 系统下的服务端和其它平台的客户端组成,本地客户端将本地数据按照自有协议传输到服务端,服务端将处理请求,并将请求结果返回给本地客户端。其中本地客户端和服务端之间的通信是经过加密的。服务端和客户端通过用户预留密钥进行握手,内容加密密钥采用随机生成,服务端支持多用户。

使用方法

理论上,Fakio 服务端可以运行在类 Unix 系统上,不过现在主要还是对 Linux 支持比较好。

服务端 (Linux)

  1. git clone git://github.com/SerhoLiu/fakio.git
  2. make fakio-server
  3. 参照 doc/fakio.conf 进行配置
  4. On server: ./fakio-server path/your/fakio.conf

不支持守护进程方式,为了实现开机自启动和挂掉后重新启动,可以使用 Supervisord 来管理,配置可以参考 tools/supervisord.conf

客户端

  1. 现在实现了 Linux 系统下的客户端,make fakio-client 即可,配置文件见 clients/config.conf,客户端通过 SOCKS5 协议和本地程序进行通信。

  2. 简单的使用 Golang 写的客户端,见 clients/fclient.go,配置文件为 clients/config.json,也是通过 SOCKS5 和本地程序进行通信

注意事项

  1. 协议和 Shadowsocks 有所差异,所以不兼容其客户端
  2. IPv4 Only
  3. 现在还不太稳定,谨慎使用!!!!

License

MIT LICENSE, see MIT-LICENSE.txt

fakio's People

Contributors

serholiu avatar

Watchers

James Cloos avatar  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.