mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2546] windows 拒绝访问 #2023
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#2023
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 @David-Alfred on GitHub (Aug 24, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2546
[REQUIRED] hat version of frp are you using
Version:
0.37.1
[REQUIRED] What operating system and processor architecture are you using
OS: Windows
CPU architecture: amd64
[REQUIRED] description of errors
unable to run the frpc.exe program, even the ./frpc.exe -v cannot be used
confile
client:
[common]
server_addr = ...*
server_port = 7000
token = ******
[rdp]
type = tcp
local_ip = 127.0.0.1
local_port = 3389
remote_port = 3389
server:
[common]
bind_port = 7000
dashboard_port = 7500
token = ******
dashboard_user = ***
dashboard_pwd = **********
log file
Steps to reproduce the issue
1.
2.
3.
Supplementary information
Can you guess what caused this issue
Sorry, I cannot
Checklist:
@onlyJinx commented on GitHub (Aug 26, 2021):
尝试frpc运行程序放到
c:\temp\下测试?@David-Alfred commented on GitHub (Aug 26, 2021):
尝试了一下,还是无法运行,执行命令 ./frpc.exe -v后,返回错误为:
ResourceUnavailable: Program 'frpc.exe' failed to run: 拒绝访问。At line:1 char:1
@David-Alfred commented on GitHub (Aug 27, 2021):
问题已经解决,是被windows defender拦截了,非常感谢
@zhangjibiao commented on GitHub (Jun 17, 2023):
我的也是,添加不拦截的路径就好了