Replies: 3 comments 5 replies
-
正则是1.8.3之后加的 试一下master |
Beta Was this translation helpful? Give feedback.
0 replies
-
在 1.8.4 |
Beta Was this translation helpful? Give feedback.
0 replies
-
查了一下是因为 golang 不支持 attr 是路由的一个判断 我感觉你写一个正向判断 然后路由目标反过来写快一些。。 |
Beta Was this translation helpful? Give feedback.
5 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.
-
"attrs": "attrs[':method'] != 'CONNECT'"
以上写法在 v1.7.5 上启动成功且起作用,但在 v1.8.3 上启动报错
尝试过
"attrs": {":method": "^(?!CONNECT$).*$"}
等正则写法...在 v1.8.3 上均不起作用
如何让他在 v1.8.3 上起作用?
a6c5c57
XTLS/Xray-docs-next@e73994d
Beta Was this translation helpful? Give feedback.
All reactions