[GH-ISSUE #476] 我的客户端和服务端配置有错误吗? #362

Closed
opened 2026-05-05 12:10:13 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @hijk1234 on GitHub (Oct 1, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/476

frps.ini
[common]
bind_port = 7000
kcp_bind_port = 7000
dashboard_port = 7500
dashboard_user = admin
dashboard_pwd = admin
privilege_mode = true
privilege_token = 12345678
tcp_mux = true
log_file = ./frps.log
log_level = info
log_max_days = 3

frpc.ini
[common]
server_addr = 103.242.25.60
server_port = 7000
protocol = kcp
privilege_token = 12345678
tcp_mux = true
admin_addr = 127.0.0.1
admin_port = 7400
admin_user = admin
admin_pwd = admin
log_file = ./frpc.log
log_level = info
log_max_days = 3

[r1]
type = tcp
local_ip = 127.0.0.1
local_port = 1953
remote_port = 1953
privilege_mode = true
authentication_timeout = 0
use_encryption = true
use_gzip = true

Originally created by @hijk1234 on GitHub (Oct 1, 2017). Original GitHub issue: https://github.com/fatedier/frp/issues/476 frps.ini [common] bind_port = 7000 kcp_bind_port = 7000 dashboard_port = 7500 dashboard_user = admin dashboard_pwd = admin privilege_mode = true privilege_token = 12345678 tcp_mux = true log_file = ./frps.log log_level = info log_max_days = 3 frpc.ini [common] server_addr = 103.242.25.60 server_port = 7000 protocol = kcp privilege_token = 12345678 tcp_mux = true admin_addr = 127.0.0.1 admin_port = 7400 admin_user = admin admin_pwd = admin log_file = ./frpc.log log_level = info log_max_days = 3 [r1] type = tcp local_ip = 127.0.0.1 local_port = 1953 remote_port = 1953 privilege_mode = true authentication_timeout = 0 use_encryption = true use_gzip = true
Author
Owner

@hijk1234 commented on GitHub (Oct 1, 2017):

不知道那个KCP协议客户端和服务端有没有设置错,感觉好像没有起到加速作用...............

<!-- gh-comment-id:333361814 --> @hijk1234 commented on GitHub (Oct 1, 2017): 不知道那个KCP协议客户端和服务端有没有设置错,感觉好像没有起到加速作用...............
Author
Owner

@fatedier commented on GitHub (Oct 10, 2017):

https://github.com/fatedier/frp#support-kcp-protocol

<!-- gh-comment-id:335339355 --> @fatedier commented on GitHub (Oct 10, 2017): https://github.com/fatedier/frp#support-kcp-protocol
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#362
No description provided.