VMx

vmx.im
啥都学一点的填坑人
  1. 首页
  2. 填坑
  3. 正文

伯力主机使用IPv6连接TG和NF服务的办法

2020年5月13日 1271点热度 0人点赞 0条评论

有许多主机虽然IPV4没有支持,可以测试下IPV6支不支持。可以定义某些应用直接使用IPv6进行访问。

在  "outbounds": [ 段增加:

{

"tag":"IP6_out",

"protocol": "freedom",

"settings": {

"domainStrategy": "UseIPv6"

}

}

一般233的脚本为:

"outbounds": [

{

 

"protocol": "freedom",

"settings": { },

"tag": "direct"

},

{

"tag":"IP6_out",

"protocol": "freedom",

"settings": {

"domainStrategy": "UseIPv6"

}

}

],

 

在rules增加:

"rules": [

{

"type": "field",

"domain": ["geosite:netflix"],

"outboundTag": "IP6_out",

},

{

"type": "field",

"outboundTag": "IP6_out",

"domain": ["geosite:telegram"]

},

{

"type": "field",

"inboundTag": [

"vmess-in"

],

"outboundTag": "direct"

}

]

 

Post Views: 543
标签: 暂无
最后更新:2020年5月13日

huifei

这个人很懒,什么都没留下

点赞
< 上一篇
下一篇 >

文章评论

razz evil exclaim smile redface biggrin eek confused idea lol mad twisted rolleyes wink cool arrow neutral cry mrgreen drooling persevering
取消回复

COPYRIGHT © 2021 vmx.im. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang