mirror of
https://github.com/snltty/linker.git
synced 2025-09-26 21:15:57 +08:00
池化
This commit is contained in:
1
src/linker.app/public/web/css/803.abcc11e2.css
Normal file
1
src/linker.app/public/web/css/803.abcc11e2.css
Normal file
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>linker.web</title><link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin=""/><script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script><script defer="defer" src="js/chunk-vendors.e9b4f2f4.js"></script><script defer="defer" src="js/app.1a28d3a4.js"></script><link href="css/chunk-vendors.d8267b33.css" rel="stylesheet"><link href="css/app.e16885f2.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but linker.web doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|
||||
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>linker.web</title><link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin=""/><script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script><script defer="defer" src="js/chunk-vendors.e9b4f2f4.js"></script><script defer="defer" src="js/app.f1b9356d.js"></script><link href="css/chunk-vendors.d8267b33.css" rel="stylesheet"><link href="css/app.e16885f2.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but linker.web doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|
1
src/linker.app/public/web/js/331.adc0fa21.js
Normal file
1
src/linker.app/public/web/js/331.adc0fa21.js
Normal file
File diff suppressed because one or more lines are too long
1
src/linker.app/public/web/js/803.a75d1eff.js
Normal file
1
src/linker.app/public/web/js/803.a75d1eff.js
Normal file
File diff suppressed because one or more lines are too long
1
src/linker.app/public/web/js/app.f1b9356d.js
Normal file
1
src/linker.app/public/web/js/app.f1b9356d.js
Normal file
File diff suppressed because one or more lines are too long
@@ -15,6 +15,8 @@ sidebar_position: 1
|
||||
**无任何保证**:本软件不提供任何明示或暗示的保证,包括但不限于对特定用途的适用性、无侵权性、商用性及可靠性的保证。
|
||||
|
||||
**用户责任**:使用本软件即表示您理解并同意承担由此产生的一切风险及责任,使用人员有责任和义务遵守当地法律条规,请勿用于违法犯罪。
|
||||
|
||||
**简单视频说明**:<a href="https://www.bilibili.com/video/BV1PDpxz9EcW" target="_blank">B站视频</a>
|
||||
:::
|
||||
|
||||
:::tip[说明]
|
||||
|
@@ -100,7 +100,7 @@ namespace linker.messenger.socks5
|
||||
{
|
||||
using IMemoryOwner<byte> buffer = MemoryPool<byte>.Shared.Rent(1024);
|
||||
buffer.Memory.Span[0] = 0x05;
|
||||
buffer.Memory.Span[0] = 0x00;
|
||||
buffer.Memory.Span[1] = 0x00;
|
||||
|
||||
//步骤,request
|
||||
token.Proxy.Rsv = (byte)Socks5EnumStep.Request;
|
||||
|
@@ -1,5 +1,5 @@
|
||||
v1.9.1
|
||||
2025-09-17 16:19:14
|
||||
2025-09-17 17:32:33
|
||||
1. 一些累计更新
|
||||
2. 服务器转发多节点
|
||||
3. 虚拟网卡下伪造ACK为TCP-in-TCP隧道提速
|
||||
|
Reference in New Issue
Block a user