Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.06 KB

A general proxy service.

Introduction

Translucent aims to be a proxy service with simple but effective obfuscation. It modifies packets using multiple strategies to make them recognizable to proxy servers while maximally maintaining the similarity to the original ones.

This repository is an implementation of Translucent client and server. As only a few of common use cases are covered, please open a PR if you would like to add more features to it. Your help is greatly appreciated.

Important

This work is a proof of concept, which means it may contain vulnerability in security, performance etc. You should not run any part of the code on a production server.

Run

First install through Cargo:

cargo install translucent

Run local server:

tllocal

Run remote server:

tlserver

You can also build the binaries manually. Debug features and more detailed logs can be enabled by compilation flag --features debug.