spp
0.6
SPP adalah proxy yang sederhana dan kuat
# ./spp -type server -proto tcp -listen :8888
# ./spp -type server -proto tcp -listen :8888 -proto rudp -listen :9999 -proto ricmp -listen 0.0.0.0
# docker run --name my-server -d --restart=always --network host esrrhs/spp ./spp -proto tcp -listen :8888
# ./spp -name "test" -type proxy_client -server www.server.com:8888 -fromaddr :8080 -toaddr :8080 -proxyproto tcp
# ./spp -name "test" -type reverse_proxy_client -server www.server.com:8888 -fromaddr :8080 -toaddr :8080 -proxyproto tcp
# ./spp -name "test" -type socks5_client -server www.server.com:8888 -fromaddr :8080 -proxyproto tcp
# ./spp -name "test" -type reverse_socks5_client -server www.server.com:8888 -fromaddr :8080 -proxyproto tcp
Proxy UDP
# ./spp -name "test" -type proxy_client -server www.server.com:8888 -fromaddr :8080 -toaddr :8080 -proxyproto udp
Proxy rudp
# ./spp -name "test" -type proxy_client -server www.server.com:8888 -fromaddr :8081 -toaddr :8081 -proxyproto rudp
Proxy ricmp
# ./spp -name "test" -type proxy_client -server www.server.com:8888 -fromaddr :8082 -toaddr :8082 -proxyproto ricmp
At the same time, the above three
# ./spp -name "test" -type proxy_client -server www.server.com:8888 -fromaddr :8080 -toaddr :8080 -proxyproto udp -fromaddr :8081 -toaddr :8081 -proxyproto rudp -fromaddr :8082 -toaddr :8082 -proxyproto ricmp
Proxy TCP, internal RUDP protocol forwarding
# ./spp -name "test" -type proxy_client -server www.server.com:8888 -fromaddr :8080 -toaddr :8080 -proxyproto tcp -proto rudp
Proxy TCP, internal RICMP protocol forwarding
# ./spp -name "test" -type proxy_client -server www.server.com -fromaddr :8080 -toaddr :8080 -proxyproto tcp -proto ricmp
Agent UDP, internal TCP protocol forwarding
# ./spp -name "test" -type proxy_client -server www.server.com:8888 -fromaddr :8080 -toaddr :8080 -proxyproto udp -proto tcp
Agent UDP, internal KCP protocol forwarding
# ./spp -name "test" -type proxy_client -server www.server.com:8888 -fromaddr :8080 -toaddr :8080 -proxyproto udp -proto kcp
Proxy TCP, internal Quic protocol forwarding
# ./spp -name "test" -type proxy_client -server www.server.com:8888 -fromaddr :8080 -toaddr :8080 -proxyproto tcp -proto quic
Proxy TCP, internal RHTTP protocol forwarding
# ./spp -name "test" -type proxy_client -server www.server.com:8888 -fromaddr :8080 -toaddr :8080 -proxyproto tcp -proto rhttp
# docker run --name my-client -d --restart=always --network host esrrhs/spp ./spp -name "test" -type proxy_client -server www.server.com:8888 -fromaddr :8080 -toaddr :8080 -proxyproto tcp
Agen | Kecepatan | Kecepatan (Ency) | Kecepatan (Kompresi Enkripsi) |
---|---|---|---|
Koneksi langsung | 3535 MBita/dtk | ||
penerusan tcp | 663 MBita/dtk | 225 MBita/dtk | 23,4 MBita/dtk |
penerusan rudp | 5,15 MBita/dtk | 5,81 MBita/dtk | 5,05 MBita/dtk |
penerusan ricmp | 3,34 MBita/dtk | 3,25 MBita/dtk | 3,46 MBita/dtk |
penerusan rhttp | 10,7 MBita/dtk | 10,8 MBita/dtk | 8,73 MBita/dtk |
penerusan kcp | 18,2 MBita/dtk | 18,6 MBita/dtk | 14,7 MBita/dtk |
penerusan cepat | 35,5 MBita/dtk | 32,8 MBita/dtk | 15,1 MBita/dtk |
Agen | Kecepatan | Kecepatan (Ency) | Kecepatan (Kompresi Enkripsi) |
---|---|---|---|
Koneksi langsung | 2,74 MBita/dtk | ||
penerusan tcp | 3,81 MBita/dtk | 3,90 MBita/dtk | 4,02 MBita/dtk |
penerusan rudp | 3,33 MBita/dtk | 3,41 MBita/dtk | 3,58 MBita/dtk |
penerusan ricmp | 3,21 MBita/dtk | 2,95 MBita/dtk | 3,17 MBita/dtk |
penerusan rhttp | 3,48 MBita/dtk | 3,49 MBita/dtk | 3,39 MBita/dtk |
penerusan kcp | 3,58 MBita/dtk | 3,58 MBita/dtk | 3,75 MBita/dtk |
penerusan cepat | 3,85 MBita/dtk | 3,83 MBita/dtk | 3,92 MBita/dtk |