huifei 大佬有话说 :
其实伯力是支持TG和NF的,只是你没有找对姿势
本帖最后由 huifei 于 2020-5-10 23:37 编辑
今天NF解锁的机器突然挂了,导致中断,就顺便测试了IPV6,发现TG和NF都可以上,只是IPV6的剧感觉比IPV4要少些,经测试非自制剧都可以看。
TG的话我测试了N久没发现啥问题。使用正常。
方法其实很简单,就是使用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"
}
]
aff来一下 https://gcorelabs.com/ru/?from=5120345
tir 大佬有话说 :
这操作,天秀,啧啧啧
inkedus 大佬有话说 :
虽然不懂,但是帮顶
https://cdn.jsdelivr.net/gh/hishis/forum-master/public/images/patch.gif
未完成 大佬有话说 :
让我去改改配置试试看怎么样
https://cdn.jsdelivr.net/gh/hishis/forum-master/public/images/patch.gif
西北老汉 大佬有话说 :
还没想到nf可以走ipv6
感谢分享
goodffd 大佬有话说 :
telegram这个标签不好用,手机端无效。我是把域名和ip都直接罗列了,解决。
laogui 大佬有话说 :
这么秀,先收藏一波:lol