本页面旨在收集和分享国内的自建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
}]
}}
}
}
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,
},
],
},
},
},
}
Windows 10Chrome 86.0.4240.198
很不错 感谢博主无私奉献