本站使用了 Pjax 等基于 JavaScript 的开发技术,但您的浏览器已禁用 JavaScript,请开启 JavaScript 以保证网站正常显示!

tailscale自建derper节点分享+收集

本页面旨在收集和分享国内的自建tailscale节点,如果你愿意分享自己的derper节点,可在下方评论区分享后我加入配置列表

// Example/default ACLs for unrestricted connections.
{
  // Declare static groups of users beyond those in the identity service.
  "Groups": {
    "group:example": [ "user1@example.com", "user2@example.com" ],
  },
  // Declare convenient hostname aliases to use in place of IP addresses.
  "Hosts": {
     "example-host-1": "100.100.100.100",
  },
  "ACLs": [
    // Match absolutely everything. Comment out this section if you want
    // to define specific ACL restrictions.
    { "Action": "accept", "Users": ["*"], "Ports": ["*:*"] },
  ],
  "derpMap": {
    "Regions": { "900": {
      "RegionID": 900,
      "RegionCode": "mangoderp",
      "Nodes": [{
          "Name": "1",
          "RegionID": 900,
          //本节点由mangoroom.cn提供,请勿滥用。详情访问https://mangoroom.cn/tools/tailscale-custom-derper-servers.html
          "HostName":"tailscalederper.mangoroom.cn",
          "DERPPort":8082
      }]
    }}
  }
}

 继续浏览关于 tailscale 的文章

 本文最后更新于:2022/03/09 11:21:53,可能因经年累月而与现状有所差异

 引用转载请注明:芒果的博客 > 工具 > tailscale自建derper节点分享+收集

精选评论

  1. feep
    feep 回复

    Windows 10Chrome 111.0.0.0

    //分享3个自建的,其中有楼主的
    // Example/default ACLs for unrestricted connections.
    {
    // Declare static groups of users beyond those in the identity service.
    "groups": {
    "group:example": ["user1@example.com", "user2@example.com"],
    },

    // Declare convenient hostname aliases to use in place of IP addresses.
    "hosts": {
    "example-host-1": "100.100.100.100",
    },

    // Access control lists.
    "ACLs": [
    // Match absolutely everything. Comment out this section if you want
    // to define specific ACL restrictions.
    {"Action": "accept", "Users": ["*"], "Ports": ["*:*"]},
    ],
    "derpMap": {
    "OmitDefaultRegions": true,
    "Regions": {
    "900": {
    "RegionID": 900,
    "RegionCode": "feepderp",
    "RegionName": "LK电信动态",
    "Nodes": [
    {
    "Name": "1",
    "RegionID": 900,
    //本节点由feep提供QQ362232,请勿滥用。
    "HostName": "zjm.feep.vip",
    "DERPPort": 8082,
    },
    ],
    },
    "901": {
    "RegionID": 901,
    "RegionCode": "feepderp",
    "RegionName": "LK联通动态",
    "Nodes": [
    {
    "Name": "1",
    "RegionID": 901,
    //本节点由feep提供QQ362232,请勿滥用。
    "HostName": "wu71.feep.vip",
    "DERPPort": 8082,
    },
    ],
    },
    "902": {
    "RegionID": 902,
    "RegionCode": "mangoderp",
    "RegionName": "mangoroom.cn公益",
    "Nodes": [
    {
    "Name": "1",
    "RegionID": 902,
    //本节点由mangoroom.cn提供QQ362232,请勿滥用。
    "HostName": "tailscalederper.mangoroom.cn",
    "DERPPort": 8082,
    },
    ],
    },
    "903": {
    "RegionID": 903,
    "RegionCode": "tx",
    "RegionName": "tx",
    "Nodes": [
    {
    "Name": "1",
    "RegionID": 903,
    //本节点由feep提供QQ362232,请勿滥用。
    "HostName": "tailscale-tx.feep.vip",
    "DERPPort": 8082,
    },
    ],
    },
    },
    },
    }

  2. 我是谁
    我是谁 回复

    Windows 10Chrome 86.0.4240.198

    很不错 感谢博主无私奉献