Skip to content

kakugirai/proxychain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProxyChain

Introduction

topo

Installation

Server

  1. Install Docker and docker-compose.

  2. Clone this repository and remove Git tracking

$ git clone https://github.com/kakugirai/proxychain.git
$ cd proxychain
$ rm -rf .git/
  1. Go to config.sh and set your environment variables in the setting field.
  2. Run ./config.sh.
  3. Now you should have server.json, docker-compose.yml, nginx/ and nginx.tmpl in your folder. Check it out.
  4. Run docker-compose up -d.
  5. Go to your CloudFlare DNS setting and make sure the traffic of your virtual host will go through CloudFlare.

Client

  1. Find a V2Ray client for your device.
  2. Simply use client.json in your proxychain folder.

License

This library is licensed under the MIT License.

About

Docker + TLS + WebSocket + Vmess

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages