ipv6路由如何配置 #887
Unanswered
wanghuibin0
asked this question in
Q&A
ipv6路由如何配置
#887
Replies: 1 comment
-
{
"type" : "field",
"outboundTag" : "<ipv6出口outbound>"
,"ip" : [
"2000::/3" //这是现有全球路由的地址前缀
//"::/0" //整个v6地址前缀,但包括大量未启用或特殊用地址,不建议
]
}, |
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.
-
比如我想使目的地址为ipv6时,全部直连,应该怎样写路由规则?
v2ray支持写这样的路由规则吗?
Beta Was this translation helpful? Give feedback.
All reactions