shuttle
shuttle copied to clipboard
A web proxy in Golang with amazing features.
How to use env var SSLKEYLOGFILE, eg: export SSLKEYLOGFILE=/tmp/ssl-key.log to wireshark ?
访问同一个域名下的不同端口的web时,都只能访问到第一个端口的页面,其他的页面必须清除浏览器的缓存才可以, 例如: 第一次访问是abc.ex.com:8081的网页, 第二次访问abc.ex.com:8088时,显示的是8081的网页,我的配置是默认的,如下: ver: v1.0.1 General: loglevel: "trace" dns-server: - "114.114.114.114" - "223.5.5.5" http-port: "8080" http-interface: "0.0.0.0" socks-port: "8081" socks-interface: "0.0.0.0" controller-port: "8082" controller-interface: "0.0.0.0" Proxy: "🇺🇸US_c": ["ss", "hk.c.example.com",...
我是这样配置的,如下: ` General: loglevel: "info" dns-server: - "114.114.114.114" - "223.5.5.5" http-port: "2000" http-interface: "0.0.0.0" socks-port: "2001" socks-interface: "0.0.0.0" controller-port: "2010" controller-interface: "0.0.0.0" set-as-system-proxy: "auto" ` ` Proxy: "socks": ["socks", "localhost",...
开启mitm, dump, 浏览器访问是成功抓包的,但是使用curl会提示失败,不知道是不是curl要加什么参数 curl --proxy http://127.0.0.1:8080 https://www.baidu.com curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: https://curl.haxx.se/docs/sslcerts.html curl failed to verify the legitimacy of the...
你好,谢谢为linux提供了这么好的软件,我在使用过程中碰见了几个问题,希望能改正 1. 软件在检查更新时,如果失败了,会弹出500错误,这时候软件能够正常使用,但是Dashboard上的 DNS Cache和Records就不再记录了。 2.shuttle.yaml配置中类似于- ["DOMAIN", "googlevideo.com", "Proxy", ""],DOMAIN应该是DOMAIN-SUFFIX吧,原始设置的DOMAIN会走最后一个规则FINAL进行代理,是不是有些问题? 3.是否应该提供surge转shuttle的脚本,这样更方便大家使用
``` "socks": ["socks", "localhost", "12345"] "socks-tls": ["socks-tls", "localhost", "12345", "skip-verify"] "socks-auth": ["socks", "localhost", "12345", "user", "password"] "socks-tls-auth": ["socks-tls", "localhost", "12345", "skip-verify", "user", "password"] ... ``` 不知道这部分是如何用起来,能举例子吗? 谢谢
由于 多台机器同步 shuttle配置文件,所以想问问 temp文件夹 有什么作用 如果可以指定到 /tmp目录 岂不是更好?
使用0.6.0版本的软件发现一个奇怪的问题,如果使用Socks协议的代理谷歌,twitter等一些网站无法打开,不是报连接超时就是报证书错误,但是打开其他的网站有没有问题。而且如果选择使用Shadowsocks代理谷歌等网站打开又是正常的。 下面附上了软件日志,cn2是ss代理,xs和ss是Socks代理。 [2018-12-26-220413_1.log](https://github.com/sipt/shuttle/files/2710351/2018-12-26-220413_1.log)
现象: 能正常连上 用-v模式查看, 看到会停留在: `debug1: Connecting to server.com port 22.` 大约停留 60秒左右, 就OK了. `debug1: Connection established.` 连接上以后, 操作很流畅, 