mirror of
https://github.com/snltty/linker.git
synced 2025-12-24 12:38:04 +08:00
170
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
sidebar_position: 9
|
||||
sidebar_position: 10
|
||||
---
|
||||
|
||||
# 9、公益赞助
|
||||
# 10、公益赞助
|
||||
|
||||

|
||||
23
src/linker.doc.web/docs/9、CDKEY.md
Normal file
23
src/linker.doc.web/docs/9、CDKEY.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
sidebar_position: 9
|
||||
---
|
||||
|
||||
# 9、CDKEY
|
||||
|
||||
:::tip[说明]
|
||||
使用CDKEY解锁中继带宽和流量限制,本文提到的 [CDKEY商城](https://v.netzo123.com),购买的CDKEY只能在官方服务器使用,自建服务器无法使用
|
||||
|
||||
1. 获取你的唯一标识,当然这个标识可以随便修改,也可以多个客户端使用同一标识,最方便的是点击那个同步按钮,将你的唯一标识同步到本组的所有设备
|
||||
|
||||

|
||||
|
||||
2. 前往 [CDKEY商城](https://v.netzo123.com) 购买合适的CDKEY,`购买数量`为月流量叠加,带宽不变,比如购买`10Mbps,100GB,1月`,数量`2`,则获得`10Mbps,200GB,1月`
|
||||
|
||||

|
||||
|
||||
|
||||
2. 前往在linker页面导入你的CDKEY,`导入成功后不用管它了,重新连接中继即可`
|
||||
|
||||

|
||||

|
||||
:::
|
||||
BIN
src/linker.doc.web/docs/img/cdkey1.jpg
Normal file
BIN
src/linker.doc.web/docs/img/cdkey1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
BIN
src/linker.doc.web/docs/img/cdkey2.jpg
Normal file
BIN
src/linker.doc.web/docs/img/cdkey2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 168 KiB |
BIN
src/linker.doc.web/docs/img/cdkey3.jpg
Normal file
BIN
src/linker.doc.web/docs/img/cdkey3.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 99 KiB |
BIN
src/linker.doc.web/docs/img/cdkey4.jpg
Normal file
BIN
src/linker.doc.web/docs/img/cdkey4.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
@@ -284,7 +284,7 @@ namespace linker.messenger.relay.server
|
||||
Payload = serializer.Serialize(new RelayTrafficUpdateInfo
|
||||
{
|
||||
Dic = id2sent,
|
||||
SecretKey = relayServerMasterStore.Master.SecretKey
|
||||
SecretKey = node.MasterSecretKey
|
||||
}),
|
||||
Timeout = 4000
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
v1.7.0
|
||||
2025-03-12 22:42:20
|
||||
2025-03-13 09:10:47
|
||||
1. 优化linux下路由跟踪问题,提高启动速度
|
||||
2. 优化linux下获取本机IP问题,提升虚拟网卡稳定性
|
||||
3. 增加ICS,让win7+、win server2008+支持NAT
|
||||
|
||||
Reference in New Issue
Block a user