Replies: 1 comment
-
|
意义是什么呢?path本来就是加密的。 如果为了动态而动态,把session id和seq放在path里好了,#5414 已经实现了。 |
Beta Was this translation helpful? Give feedback.
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.
-
我想每次都用不同的path来连接vps,我的路径是xhttp packetup h3+vless+tls1.3 -> cf cdn-> nginx -> xray server,server的path如果我写成/api/v3/,我尝试配置nginx的location为location ~^/api/v3/,xray client用/api/v3/test无法访问,用/api/v3/则可以访问,看下来应该是精确匹配。不知道是否xray可以支持path的动态匹配?
Beta Was this translation helpful? Give feedback.
All reactions