1
0
Fork 0
 
 
Go to file
dependabot[bot] 0115c13ba5
Bump golang.org/x/net from 0.7.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 23:32:24 +00: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.7.0 to 0.17.0 2023-10-11 23:32:24 +00:00
go.sum Bump golang.org/x/net from 0.7.0 to 0.17.0 2023-10-11 23:32:24 +00: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")