Conversation
Collaborator
Author
|
2.0 预计改动
|
LjhAUMEM
force-pushed
the
xdns
branch
2 times, most recently
from
September 18, 2026 02:43
df0c097 to
b7a37fe
Compare
Collaborator
Author
|
原来 make chan 的容量不是 1,是 0, |
LjhAUMEM
marked this pull request as ready for review
September 19, 2026 06:51
Collaborator
Author
|
终于进入测试阶段,虽然不要求上层配置 mtu 了但也不是无脑可用,需要搭配 |
Collaborator
Author
|
server Details
{
"log": { "loglevel": "debug" },
"inbounds": [
{
"listen": "127.0.0.1",
"port": 53,
"protocol": "vless",
"settings": {
"clients": [
{
"id": "5783a3e7-e373-51cd-8642-c83782b807c5"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "mkcp",
"kcpSettings": {
"tti": 200
},
"finalmask": {
"udp": [
{
"type": "xdns",
"settings": {
"domains": [
{
"name": "t.example.com",
"types": [1, 5, 16, 28],
"edns0": 0
}
],
"minAvailable": 3
}
}
]
}
}
}
],
"outbounds": [
{
"protocol": "freedom"
}
]
}client Details
{
"log": { "loglevel": "debug" },
"inbounds": [
{
"listen": "127.0.0.1",
"port": 1080,
"protocol": "socks",
"settings": {
"auth": "noauth",
"udp": true
}
}
],
"outbounds": [
{
"protocol": "vless",
"settings": {
"address": "127.0.0.1",
"port": 53,
"id": "5783a3e7-e373-51cd-8642-c83782b807c5",
"encryption": "none"
},
"streamSettings": {
"network": "kcp",
"kcpSettings": {
"tti": 200
},
"finalmask": {
"udp": [
{
"type": "xdns",
"settings": {
"domains": [
{
"name": "t.example.com",
"lenLimit": 200,
"labelLimit": 1,
"types": [
1,
5,
16,
28
],
"edns0": 1232
}
],
"resolvers": [
{
"type": "udp",
"settings": {
"addr": "127.0.0.1:53"
}
}
],
"extraPoll": 1
}
}
]
}
}
}
]
} |
Member
|
@LjhAUMEM rebase,ready 时说一声 |
Collaborator
Author
在测 quic,今天或明天 quic transport 单独拿出来用依赖 SetReadDeadline close 啊,如果没有实现就会无限阻塞,需要把 pkt close 和 tr close 顺序对换下 |
added 17 commits
September 21, 2026 19:44
Collaborator
Author
|
果然不回空响应是不行的,中转直接就罢工了,明天需要小改一下 respManager |
Collaborator
Author
added 4 commits
September 22, 2026 20:44
LjhAUMEM
marked this pull request as draft
September 22, 2026 15:28
Collaborator
Author
|
遇到点问题,需要重头排查,时间不确定,我先把文档弄了 |
added 2 commits
September 23, 2026 09:23
Collaborator
Author
|
|
Collaborator
Author
|
还是太想一步达到完美了,quic 的支持以后再说吧,虽然还有一个方法没有验证 时间拖的太久了,先把 #6692 解决了,然后其他的分片仅给保留客户端保留,毕竟查询越多下行越快,加回 sendLoop,服务端还是老模式,也只有服务端需要配置 mtu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


一些想法,防止以后忘记
protocol
todo
总感觉忘了什么,先写这些 (年纪老老就这么健忘了,哎)