mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1989] window10系统下frpc.exe运行时会被联想自带的McAfee给kill掉 #1584
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#1584
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 @xiong114 on GitHub (Sep 18, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1989
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
v0.31.2
What operating system and processor architecture are you using (
go env)?Configures you used:
frpc config
[common]
server_addr = xxxx
server_port = 9090
log_file = ./frpc.log
log_level = debug
token = xxxxx
[web]
type = https
local_ip = 127.0.0.1
local_port = 8070
remote_port = 9090
subdomain = mmm
Steps to reproduce the issue:
1.联想自带的杀毒软件默认运行
2.启动frpc进程,运行一会就会被kill掉(最近才出来,以前相同环境没有被杀掉)
3.提示PUP/Frproxy.a有威胁
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
其他杀毒软件没有问题(卡巴、360等)
Can you point out what caused this issue (optional)
@fatedier commented on GitHub (Sep 18, 2020):
白名单 or 卸载杀毒软件 or 不使用 frpc。
@kktt007 commented on GitHub (Nov 28, 2023):
白名单和卸载都不行,mcafee是域管理员部署的,只能临时禁用几分钟,有其他方案吗