1
0
Fork 0
scramble/README.md

17 lines
235 B
Markdown
Raw Permalink Normal View History

2018-02-14 21:54:18 +08:00
# scramble
2020-06-18 00:46:58 +08:00
Rewritten, this is now a basic XOR SOCKS proxy.
2018-02-14 21:54:18 +08:00
## Usage
```
$ ./scramble -help
Usage of ./scramble:
-key int
key to xor the data (default 170)
-listen string
2018-03-01 20:24:25 +08:00
listen on ip and port (default ":8081")
2018-02-14 21:54:18 +08:00
```