spp
0.6
SPP ist ein einfacher und leistungsstarker Proxy
# ./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
Agent | Geschwindigkeit | Geschwindigkeit (Enzym) | Geschwindigkeit (Verschlüsselungskomprimierung) |
---|---|---|---|
Direkte Verbindung | 3535 MByte/Sek | ||
TCP-Weiterleitung | 663 MByte/Sek | 225 MByte/Sek | 23,4 MByte/Sek |
Rudp-Weiterleitung | 5,15 MByte/Sek | 5,81 MByte/Sek | 5,05 MByte/Sek |
ricmp-Weiterleitung | 3,34 MByte/Sek | 3,25 MByte/Sek | 3,46 MByte/Sek |
rhttp-Weiterleitung | 10,7 MByte/Sek | 10,8 MByte/Sek | 8,73 MByte/Sek |
KCP-Weiterleitung | 18,2 MByte/Sek | 18,6 MByte/Sek | 14,7 MByte/Sek |
schnelle Weiterleitung | 35,5 MByte/Sek | 32,8 MByte/Sek | 15,1 MByte/Sek |
Agent | Geschwindigkeit | Geschwindigkeit (Enzym) | Geschwindigkeit (Verschlüsselungskomprimierung) |
---|---|---|---|
Direkte Verbindung | 2,74 MByte/Sek | ||
TCP-Weiterleitung | 3,81 MByte/Sek | 3,90 MByte/Sek | 4,02 MByte/Sek |
Rudp-Weiterleitung | 3,33 MByte/Sek | 3,41 MByte/Sek | 3,58 MByte/Sek |
ricmp-Weiterleitung | 3,21 MByte/Sek | 2,95 MByte/Sek | 3,17 MByte/Sek |
rhttp-Weiterleitung | 3,48 MByte/Sek | 3,49 MByte/Sek | 3,39 MByte/Sek |
KCP-Weiterleitung | 3,58 MByte/Sek | 3,58 MByte/Sek | 3,75 MByte/Sek |
schnelle Weiterleitung | 3,85 MByte/Sek | 3,83 MByte/Sek | 3,92 MByte/Sek |