Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 274 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 274 Bytes

Noone

Another tunnel written in pure Go. Trojan protocol support.

Build

$ ./compile.sh

Usage

$ cd bin
$ ./noone-server -c config.yaml

Or run Noone in the background:

$ nohup ./noone-server -c config.yaml 2>&1 > noone.log &