mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4794] p2p无法xudp端口转发,verify提示:unknown visitor type: xudp #3786
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3786
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @litrycn on GitHub (May 14, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4794
Bug Description
测试步骤:
执行/Users/xxx/frpc -c ./cfwslocalmac.json verify
预期结果:
frpc: the configuration file ./cfwslocalmac.json syntax is ok
实际结果:
unknown visitor type: xudp
frpc Version
0.61.1
frps Version
0.61.1
System Architecture
linux/amd64
Configurations
{
"serverAddr": "127.0.0.1",
"serverPort": 31180,
"loginFailExit": true,
"natHoleStunServer": "stun.easyvoip.com:3478",
"webServer": {
"addr": "127.0.0.1",
"port": 13123,
"pprofEnable": true
},
"transport": {
"protocol": "websocket",
"tls": {
"enable": true,
"disableCustomTLSFirstByte": false
}
},
"log": {
"level": "trace",
"disablePrintColor": true
},
"proxies": [
{
"type": "http",
"name": "mac_frpc",
"localPort": 13123,
"customDomains": [
"mac"
]
}
],
"visitors": [
{
"type": "xudp",
"name": "xudp_8350_3389_51372_mac_visitor",
"secretKey": "xudp_8350_3389_51372",
"serverName": "xudp_8350_3389_51372",
"bindAddr": "127.0.0.1",
"bindPort": 51372
}
]
}
Logs
No response
Steps to reproduce
...
Affected area
@litrycn commented on GitHub (May 14, 2025):
frp 也无法创建xudp的代理。
执行frpc -c R.json verify
提示:unknown proxy type: xudp
{
"serverAddr": "127.0.0.1",
"serverPort": 31180,
"loginFailExit": true,
"natHoleStunServer": "stun.easyvoip.com:3478",
"webServer": {
"addr": "127.0.0.1",
"port": 13124,
"pprofEnable": true
},
"transport": {
"protocol": "websocket",
"tls": {
"enable": true,
"disableCustomTLSFirstByte": false
}
},
"log": {
"level": "trace",
"disablePrintColor": true
},
"proxies": [
{
"type": "http",
"name": "8350_frpc",
"localPort": 13124,
"customDomains": [
"8350"
]
},
{
"type": "xudp",
"name": "xudp_8350_3389_51372",
"secretKey": "xudp_8350_3389_51372",
"localIP": "127.0.0.1",
"localPort": 3389
}
]
}
@github-actions[bot] commented on GitHub (May 29, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.