-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Closed as not planned
Labels
Description
我在配置文件中修改了端口,但是启动后依然启动的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"
Reactions are currently unavailable