手里有一台NAT机,带ipv6,目前v4/v6都可以解锁,想请教一下以下配置该如何更改,才能使用解锁机的ipv6进行解锁?
对这个基本不太懂,希望大佬可以说的详细点
{
"api": {
"services": [
"HandlerService",
"LoggerService",
"StatsService"
],
"tag": "api"
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 62789,
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1"
},
"tag": "api"
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"tag": "luodi" ,
"protocol": "vmess",
"settings": {
"vnext": [{
"address": "1.2.3.4",
"port": 37153,
"users": [{
"id": "-d8ca-4605-bcef-e559d5c2c54a",
"security": "auto",
"alterId": 0
}] }] }
}
],
"policy": {
"system": {
"statsInboundDownlink": true,
"statsInboundUplink": true
}
},
"routing": {
"rules": [
{
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
},
{
"ip": [
"geoip:private"
],
"outboundTag": "blocked",
"type": "field"
},
{
"outboundTag": "blocked",
"protocol": [
"bittorrent"
],
"type": "field"
},
{
"type": "field",
"outboundTag": "luodi",
"domain": ["geosite:netflix","nflxvideo.net","nflxext.com","nflxso.net"]
}
] },
"stats": {}
}
热议
2楼 woputby 昨天22:41
解锁不了就别解了
找个种子,115或度盘,一样可以在线看,还不用额外花钱
3楼 cheese 昨天22:42
解锁不了就别解了
找个种子,115或度盘,一样可以在线看,还不用额外花钱 ...
我这个配置,V4可以解
4楼 qqlikeho 昨天22:43
outbound加个V6然后路由选outbound TAG就行了.
不会就去问GPT.
5楼 jessegold 昨天22:53
https://toutyrater.github.io/app/netflix.html
看这个里面了,sendthrough
6楼 叶晗云 昨天22:57
劫持dns吧直接
7楼 CodyDoby 昨天23:20
8楼 Kanna 昨天23:23
{
"protocol": "freedom",
"settings": {}
},
改成
{
"tag": "ip6",
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIPv6"
}
},
{
"tag": "ip4",
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIPv4"
}
},
这样ipv6就优先了
9楼 mumusan2023 5小时前
NAT直接用一键设置IPV6优先就行了
bash <(curl -Lso- https://sh.vps.dance/ip46.sh)
申明:本文内容由网友收集分享,仅供学习参考使用。如文中内容侵犯到您的利益,请在文章下方留言,本站会第一时间进行处理。
评论前必须登录!
立即登录 注册