mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2690] 不需要token就可以连接、端口错误 #2146
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#2146
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 @CatalpaCute on GitHub (Dec 3, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2690
Bug Description
frps/frpc均在Windows主机上,版本v0.38.0



尝试了v0.38.0、v0.37.1、v0.36.1等版本,frpc皆是不需要输入frps.ini中的token即可链接,输入了会报错
frps.ini中bind_port改为8000后重启frps没有变化
先是上月25日连了的两台Windows电脑均中勒索病毒,frps找到了个俄罗斯的IP
昨天又见到了几个荷兰ip的连上了..
我换了一台服务器继续尝试,仍有问题,印象中linux(ubuntu/amd64)使用这个安装脚本是没有问题的
.
frpc Version
v0.38.0
frps Version
v0.38.0
System Architecture
Windows/amd64
Configurations
frps:
[common]
bind_port = 7000
dashboard_port = 7500
token = 79x983*
dashboard_user = admin
dashboard_pwd = admin
vhost_http_port = 10080
vhost_https_port = 10443
frpc:
[common]
server_addr = domain
server_port = 7000
[bedrock]
type = udp
local_ip = 127.0.0.1
local_port = 6960
remote_port = 6960
Logs
No response
Steps to reproduce
...
Affected area
@lizard1998myx commented on GitHub (Dec 24, 2021):
我也有这个问题,另外在服务器端启用了TLS,客户端不启用就能连
@lizard1998myx commented on GitHub (Dec 24, 2021):
我好像知道为什么了,直接运行frps的话是使用缺省配置的,token等都是默认的,需要“frps -c frps.ini”手动选择配置文件才可以
@github-actions[bot] commented on GitHub (Feb 11, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.