可否提供一个透明代理下也能够使用的基于路径的路由功能? #2020
JackienStephan
started this conversation in
General
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
现在有一个需求是同一个域名下,不同的URL路径希望能够走不同的outbound,比如/apath直连,/bpath走代理。
但现在能基于路径的路由只找到一个attrs属性,而且该属性仅在http入站时才会设置,dokodemo-door入站时使用attrs的路由规则不起作用。
为其他入站方式增加这样一个基于URL的路由功能有没有可行性呢?
或者有没有大佬能给一个实现同样功能的替代方案的思路呢?我目前是主路由上的透明代理,nftables写的规则
感谢!
Beta Was this translation helpful? Give feedback.
All reactions