1
0
Fork 0
 
 
Go to file
dependabot[bot] 26e10465d0 Bump golang.org/x/net from 0.0.0-20200602114024-627f9648deb9 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20200602114024-627f9648deb9 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 08:32:36 +08:00
.gitignore Initial commit 2018-02-14 21:54:18 +08:00
Dockerfile Update Dockerfile 2021-05-11 23:00:19 +08:00
LICENSE Create LICENSE 2018-09-26 22:41:35 +08:00
README.md Rewrite to be more "Correct" 2020-06-18 00:50:24 +08:00
go.mod Bump golang.org/x/net from 0.0.0-20200602114024-627f9648deb9 to 0.7.0 2023-09-13 08:32:36 +08:00
go.sum Bump golang.org/x/net from 0.0.0-20200602114024-627f9648deb9 to 0.7.0 2023-09-13 08:32:36 +08:00
main.go Rewrite to be more "Correct" 2020-06-18 00:50:24 +08:00
scramble.go Rewrite to be more "Correct" 2020-06-18 00:50:24 +08:00

README.md

scramble

Rewritten, this is now a basic XOR SOCKS proxy.

Usage

$ ./scramble -help
Usage of ./scramble:
  -key int
    	key to xor the data (default 170)
  -listen string
    	listen on ip and port (default ":8081")