Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.61.0服务器端配置文件不生效 #4688

Open
13811787801 opened this issue Feb 27, 2025 · 1 comment
Open

0.61.0服务器端配置文件不生效 #4688

13811787801 opened this issue Feb 27, 2025 · 1 comment

Comments

@13811787801
Copy link

我在配置文件中修改了端口,但是启动后依然启动的7000端口,这是为什么?难道你的服务器端写死了端口吗?
./frps -c ./frps.toml
WARNING: ini format is deprecated and the support will be removed in the future, please use yaml/json/toml format instead!
2025-02-27 11:38:51.150 [I] [frps/root.go:105] frps uses config file: ./frps.toml
2025-02-27 11:38:51.160 [I] [server/service.go:237] frps tcp listen on 0.0.0.0:7000
2025-02-27 11:38:51.161 [I] [frps/root.go:114] frps started successfully

我的配置文件内容:
more frps.toml

[common]
bindPort = 7500
tls_cert_file = "/usr/local/frp/certificate.crt"
tls_key_file = "/usr/local/frp/private_no_pass.key"

@superzjg
Copy link

superzjg commented Mar 1, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants