You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我在配置文件中修改了端口,但是启动后依然启动的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
我在配置文件中修改了端口,但是启动后依然启动的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"
The text was updated successfully, but these errors were encountered: