mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1809] centos8.1无法使用指定配置文件 #1428
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#1428
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 @linmii on GitHub (May 15, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1809
当前使用版本
客户端:
frp_0.33.0_windows_amd64.zip服务端:
frp_0.33.0_linux_amd64.tar.gz服务端配置
客户端配置
启动服务端
运行命令:
./frps -c ./frps.ini输出日志:
开启的端口是
7000,默认端口,而不是配置文件中的7070启动客户端
运行命令:
.\frpc.exe -c .\frpc.ini输出日志:
更改客户端配置
服务端配置不改动,客户端更改配置
7000端口服务端输出日志:
客户端输出日志:
提示
token不匹配再次更改客户端配置
服务端配置不改动,客户端配置将
token的配置注释服务端输出日志:
客户端输出日志:
服务端配置中有配置
vhost_http_port@xqzr commented on GitHub (May 15, 2020):
frps没有tls_enable
@linmii commented on GitHub (May 16, 2020):
注释了也是一样
@fatedier commented on GitHub (May 16, 2020):
先确认是否执行了正确的命令,其他人无法复现问题,通常是一些特殊的环境问题或输入错误导致的。
@linmii commented on GitHub (May 16, 2020):
确实是配置文件的问题,应该是从之前的配置中复制过来的时候,右键粘贴导致
[common]丢失了,感谢!@dumpload commented on GitHub (Nov 23, 2020):
我也有这个问题,不配置token就可以,配置token就不行
@qiyuanshijie commented on GitHub (Dec 31, 2020):
我也是版本0.34.3,前几天还好点