[ agent ] 优化部分内容

This commit is contained in:
zeaslity
2024-06-28 17:26:02 +08:00
parent c889b516e5
commit 1c092a77b3
13 changed files with 283 additions and 81 deletions

View File

@@ -0,0 +1,21 @@
{
// 前略
"derpMap": {
// 如果想要所有节点只使用自建中继的话,就启用这条配置
// "OmitDefaultRegions": true,
"Regions": {
"HongKong": {
"RegionID": 900,
"RegionCode": "Tencent-HongKong",
"Nodes": [
{
"Name": "Tencent-HongKong",
"RegionID": 900,
"HostName": "derper.107421.xyz",
"DERPPort": 21443,
},
],
}
},
},
}