-
Server端参数:
./spp -type server -proto ricmp -listen 0.0.0.0
Client端参数:
spp.exe -name "test" -type reverse_socks5_client -server x.x.x.x -fromaddr :8080 -proxyproto tcp -proto ricmp -username dsafd…
-
感谢你的工作。
我尝试使用rhttp进行反向代理,即:
```
./spp -type server -proto rhttp -listen :8888
./spp -type reverse_proxy_client -server www.test.com:8888 -fromaddr :2223 -toaddr :2223 -proxyproto tcp -proto rhttp
…
-
以非Android平台的命令行为例:
\# ./shadowsocks2-linux -c 'ss://AEAD_CHACHA20_POLY1305:your-password@127.0.0.1:8488' -verbose --plugin spp-shadowsocks-plugin --plugin-opts "proto=rudp" -socks :1080
\# ./sh…
-
Macos信息如下
Linux是ubuntu虚拟机
二者可以ping通,但是无法连接
使用命令如下:
```
./spp_linux -type server -proto ricmp -listen 0.0.0.0
./spp -name "test" -type reverse_socks5_client -server 192.168.79.1 -fromaddr :80…
-
Z-fly updated
2 years ago
-
服务端centos系统,客户端linux下使用正常,windows下一直报连接超时,试了win10,win7,server2012都是同样的报错。
服务端:spp -type server -proto tcp -listen :8888 -proto ricmp -listen 0.0.0.0
客户端:spp -name "test" -type proxy_client -server v…
-
spp.exe -name "cs" -type proxy_client -server server -fromaddr :8082 -toaddr :8081 -proxyproto tcp -proto ricmp
使用这个命令在公网vps上搭建隧道穿透到内网的时候,不太稳定,总是timeout
-
1.麻烦您测试一下 spp里面举例的国内腾讯云速度,connperf帮助举例的是国内国外速度对比。
2.我测试 我自己的腾讯云, tcp、ricmp都可以,rudp、quic、kcp 不通。tcp基本满速,ricmp只有可怜的不到1M速度,是否正常?
./connperf -l :7777 -p tcp -read
./connperf -l 0.0.0.0 -p ricmp -read
…
-
Hello,
I quickly tested the scripts in the example folders and found the following errors.
ImpactPacket.py:
57: set_bytes_from_string
TypeError: cannot use a str to i…
ghost updated
6 years ago
-
- we can use this ticket to monitor changes to PHP/MapScript for PHP 5.4 support
- Trying to compile on Windows, I get a lot of errors with the "'zend_hash_copy'" function
- From Googling, I came acro…