项目作者: freedomio

项目描述 :
Socks5 Proxy over the QUIC protocol
高级语言: Go
项目地址: git://github.com/freedomio/fio-go.git
创建时间: 2018-04-28T09:20:10Z
项目社区:https://github.com/freedomio/fio-go

开源协议:

下载


A QUIC based Proxy!(Just a toy)

Usage

Install

  1. # client peer
  2. go get -u -v github.com/freedomio/fio-go/cmd/fioc
  3. # server peer
  4. wget -O fiod https://github.com/freedomio/fio-go/releases/download/0.0.3/fiod
  5. chmod +x fiod
  6. # or with golang envrionment on you server computer
  7. go get -u -v github.com/freedomio/fio-go/cmd/fiod

Run

  1. # On your server computer
  2. fiod -l :9093
  3. # On your pc
  4. fioc -l 127.0.0.1:8987(socks5 proxy listen) -r your_server_ip:9093 -lh 127.0.0.1:8988(http proxy listen)

Enjoy it!