• 搜索
  • 夜间模式
    ©2026  岚峰 Theme by OneBlog

    岚峰博客

    搜索
    标签
    # 记事 # 维修 # plc # 学习 # 记录 # 文字 # 博客 # 小说 # 酒 # 闲话
  • 首页>
  • 生活片段>
  • 正文
  • 我的dns 解锁奈飞

    2025年04月05日 287 阅读 0 评论 1898 字

    家里用电视看奈飞,无奈的是原生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": "154.12.177.22",
        "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": {}
    }

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

    发表留言
    回复

    Copyright©2026  All Rights Reserved.  Load:0.011 s
    Theme by OneBlog V3.6.5
    夜间模式

    开源不易,请尊重作者版权,保留基本的版权信息。