mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2765] xtcp is not supported in frps #2212
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#2212
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 @CyberFoxHax on GitHub (Jan 18, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2765
Bug Description
i followed the p2p instruction on the front page and all i get is: "xtcp is not supported in frps"
frpc Version
0.38.0
frps Version
0.38.0
System Architecture
Windows 10 x64
Configurations
Remote machine
My machine
Logs
No response
Steps to reproduce
No response
Affected area
@CyberFoxHax commented on GitHub (Jan 18, 2022):
doing some digging on my own
293003fcdb/server/service.go (L267)according to this piece, as long as there's an entry for bind_udp_port and it's value is greater than 0, it should log either success or failure for the NAT service.
But neither is logged.
@Looomo commented on GitHub (Jan 19, 2022):
add bind_udp_port = 7000 to your frps.ini.
make it looks like this:
[common]
bind_port = 7000
bind_udp_port = 7000
@CyberFoxHax commented on GitHub (Jan 19, 2022):
same
i think perhaps xtcp is a plugin that needs to be installed somehow?
@github-actions[bot] commented on GitHub (Feb 19, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.