islercn

Results 14 issues of islercn

proxy version is : v11.8 1. full command is : proxy sps -S http -T tcp -P https://userid:password@proxydomain:port --redir -p :1234 1. system is : openwrt x86 1. full log...

TODO

有一个双栈主机,通过ipv4的https代理向外提供服务。 在chrome/edge下通过SwitchyOmega是可以正常访问ipv6网站的 我将这个https代理转成: 1.socks代理,在chrome/edge下通过SwitchyOmega是可以正常访问ipv6网站的 命令:gost-linux-386 -L socks5://:1234 -F https://username:password@serverdomain:port 2.透明代理,在openwrt路由器上用ip6tables转发,无法访问ipv6网站 命令:gost-linux-386 -L red://:2345 -F https://username:password@serverdomain:port 但是通过lsof看到确实监听了ipv6端口,如果kill掉gost,换一个ss的透明代理,是可以访问ipv6网站的,也就是说应该是gost的处理有问题,试了试2.x和3.x都存在该问题

the usage of multiple dns is allowed for each domain, so is it possible to add the feature?

enhancement

因为网络不好等一些原因,偶尔会导致出现多条解析记录(原有记录删除失败),这些多余的记录,只能手动去删除,不然会一直存在下去,很不方便。因此是否可以改为删除所有已存在的记录,然后再增加新的记录?

looking forward to an update, although it may seem impossible

我有一个国内的上级https代理,我要在路由器上把它转成透明代理方便日常办公,本地和目标网络是都支持ipv6的 之前我试过[goproxy](https://github.com/snail007/goproxy)和[gost](https://github.com/go-gost/gost),其中goproxy的透明代理支持ipv6但包转发存在[问题](https://github.com/snail007/goproxy/issues/480),gost的[透明代理不支持ipv6](https://github.com/ginuerzh/gost/issues/827)但是包转发没有问题,所以我一直是goproxy转发ipv6,gost转发ipv4。 最近心血来潮试了试xray,用的1.6.3版本,配好之后发现xray的情况和goproxy一样,支持ipv6,但是部分软件无法正常使用。 inbounds设置如下: "inbounds": [ { "port": 123, "protocol": "dokodemo-door", "sniffing": { "enabled": true, "destOverride": ["http", "tls"] }, "settings": { "network": "tcp,udp", "followRedirect": true }, "streamSettings": { "sockopt": {...

透明代理对ipv6的支持一直没有实现,目前3.0rc0依然还是不支持(socks代理等支持),不知日后是否有支持计划?

enhancement

现在似乎是无法在外观上区分消息是否已读,感觉不太方便,能否高亮未读消息,以及过滤显示已读/未读消息?

windows下,本机要用英文输入法/模式才行,不然被远程的主机里不能正确输入,比较麻烦

I directly pull casdoor and casnode using docker-compose. However, I found that everything including certificates and configuration files were also compiled, which rendered the modifications of token_jwt_key.pem and Conf.js ineffective....

question