concepts/bypass/ #466
Replies: 7 comments 10 replies
|
我在Bypass列表中添加了 经过测试,直接访问IP地址确实被拦截了,但如果访问一个解析到内网IP地址的域名,还是可以放问的,应该怎么搞呢? 附上配置文件 services:
- name: service-0
addr: ":1080"
bypass: bypass-0
handler:
type: socks5
listener:
type: tcp
bypasses:
- name: bypass-0
reload: 10s
whitelist: false
file:
path: /srv/gost/conf/bypass.list |
1 reply
|
所有插件都支持grpc吗? |
1 reply
|
分流器组“当任何一个分流器规则未匹配成功则代表未通过”没法达到想要的功能:要访问多个域名网站,每个网站都是bypasses下的一个白名单节点,默认通过一个分流器组包含所有域名想走同一个跳跃点(下面转发链节点上配置的是一个二级代理),假如某个网站当前跳跃点访问存在问题可以修改到改到另一个跳跃点(另一个二级代理)。分流器组配置的多个分流器要是能只要一个匹配就行是否能支持。 |
1 reply
|
services:
上面访问www.credit.gd.gov.cn的走hop-0访问到二级代理,访问www.szcredit.org.cn的不走hop-1。不知是什么问题! |
6 replies
|
为什么我配置了白名单分流以后,白名单中的域名访问速率大幅降低。下载文件速率降低特别多,求指教! |
0 replies
|
插件系统是否不支持使用白名单? |
1 reply
|
怎么实现根据不同的客户端ip选择不同的节点?类似xray的路由功能:https://xtls.github.io/config/routing.html#routingobject |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
concepts/bypass/
https://gost.run/concepts/bypass/
All reactions