mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #476] 我的客户端和服务端配置有错误吗? #362
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#362
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 @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
@hijk1234 commented on GitHub (Oct 1, 2017):
不知道那个KCP协议客户端和服务端有没有设置错,感觉好像没有起到加速作用...............
@fatedier commented on GitHub (Oct 10, 2017):
https://github.com/fatedier/frp#support-kcp-protocol