我的dns 解锁奈飞

家里用电视看奈飞,无奈的是原生IP都不能解锁(手机电视可以解锁电视不行)

无奈只能用dns解锁管用。

其中xxx.xxx.xxx.xxx换成自己的dns解锁的ip

dns解锁可以去大善人 alice 家申请。

这种情况下就是奈飞的才走解锁的dns,普通正常流量走的是1.1.1.1
{
"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": {
    "domainStrategy": "UseIP"
  }
},
{
  "protocol": "blackhole",
  "settings": {},
  "tag": "blocked"
}

],
"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"
  }
]

},
"dns": {

"servers": [
  "1.1.1.1",
  "8.8.8.8",
  {
    "address": "xxx.xxx.xxx.xxx",
    "port": 53,
    "domains": [
      "geosite:netflix",
      "geosite:bahamut",
      "geosite:hulu",
      "geosite:hbo",
      "geosite:disney",
      "geosite:bbc",
      "geosite:4chan",
      "geosite:fox",
      "geosite:abema",
      "geosite:dmm",
      "geosite:niconico",
      "geosite:pixiv",
      "geosite:bilibili",
      "geosite:viu"
    ]
  }
]

},
"stats": {}
}

本文著作权归作者 [  ] 享有,未经作者书面授权,禁止转载,封面图片来源于 [ 互联网 ] ,本文仅供个人学习、研究和欣赏使用。如有异议,请联系博主及时处理。

发表留言