proxify icon indicating copy to clipboard operation
proxify copied to clipboard

Simple raw TCP proxy with eBPF support

Results 2 proxify issues
Sort by recently updated
recently updated
newest added

When I try to run it. It shows: ``` pegasus@pegasus:~/Documents/proxify$ sudo ./proxify -b panic: runtime error: index out of range [1] with length 1 goroutine 1 [running]: main.main() /home/pegasus/Documents/proxify/cmd/proxy/main.go:99 +0x6e5...

e.g. xxhash(ip address 1) -> port 8080 xxhash(ip address 2) -> port 8081 xxhash(ip address 3) -> port 8080 how to do this?