mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3596] frpc.exe会被Windows安全中心当作病毒隔离 #2871
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#2871
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 @alexfeeling on GitHub (Aug 31, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3596
Describe the feature request
在一些机子上,frpc.exe会被Windows安全中心当作病毒隔离,需要手动加入白名单才可以,请问如何解决默认就不会触发隔离呢?
Describe alternatives you've considered
No response
Affected area
@Silence-dream commented on GitHub (Aug 31, 2023):
将Windows安全中心关了就好了,没必要开启
https://zhuanlan.zhihu.com/p/365896473
@alexfeeling commented on GitHub (Aug 31, 2023):
我们是加到游戏中让玩家去用的,所以让全部玩家都关闭windows安全中心有点不现实。不过刚了解到go程序基本都会有这个问题,好像可以加壳来解决这个问题。正在研究中。