mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4757] VirtualNet 运行成功,棒! #3758
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#3758
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 @wuai1024 on GitHub (Apr 17, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4757
Describe the feature request
运行成功,以下是配置文件,供大家参考。
配置文件
frpc1.yaml
运行截图
配置文件
frpc2.yaml
运行截图
连接测试
Describe alternatives you've considered
No response
Affected area
@wuai1024 commented on GitHub (Apr 17, 2025):
请问下,如果我停止运行后,创建的tun虚拟网卡会自动删除掉吗?@fatedier commented on GitHub (Apr 17, 2025):
一般来说是会的,通过 ifconfig 命令可以看到。
@linf04 commented on GitHub (May 11, 2025):
能p2p吗
@wuai1024 commented on GitHub (May 12, 2025):
xtcp 就可以 p2p ,这个走的是
stcp类型,应该是需要中转的。