[GH-ISSUE #989] frps 运行一段时间后会自动关闭 #781

Closed
opened 2026-05-05 12:30:03 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @woainihaha on GitHub (Dec 1, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/989

frps.ini
[common]
bind_addr = *****
bind_port = 7000
log_file = ./frps.log
log_level = info
log_max_days = 1
token = *******
allow_ports = 2000-3000,3001,3003,4000-50000
max_pool_count = 50
max_ports_per_client = 0
authentication_timeout = 0
tcp_mux = true

frpc.ini

[common]
server_addr = ****
token = ****
login_fail_exit = flase
protocol = tcp
server_port = 7000
log_file = frpc.log
log_level = info
log_max_days = 7

[tcp_31953]
type = tcp
remote_port = 8080
local_ip = 192.168.0.157
local_port = 80
use_compression = true
use_encryption = true
custom_domains = *******

s端 在运行一段时候后 自动关闭。

frps的环境是 CentOS 6.8 32位

frpc的环境是windows 2008 64位

Originally created by @woainihaha on GitHub (Dec 1, 2018). Original GitHub issue: https://github.com/fatedier/frp/issues/989 frps.ini [common] bind_addr = ***** bind_port = 7000 log_file = ./frps.log log_level = info log_max_days = 1 token = ******* allow_ports = 2000-3000,3001,3003,4000-50000 max_pool_count = 50 max_ports_per_client = 0 authentication_timeout = 0 tcp_mux = true frpc.ini [common] server_addr = **** token = **** login_fail_exit = flase protocol = tcp server_port = 7000 log_file = frpc.log log_level = info log_max_days = 7 [tcp_31953] type = tcp remote_port = 8080 local_ip = 192.168.0.157 local_port = 80 use_compression = true use_encryption = true custom_domains = ******* s端 在运行一段时候后 自动关闭。 frps的环境是 CentOS 6.8 32位 frpc的环境是windows 2008 64位
Author
Owner

@fatedier commented on GitHub (Dec 3, 2018):

Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)

<!-- gh-comment-id:443561210 --> @fatedier commented on GitHub (Dec 3, 2018): Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly. (为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
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#781
No description provided.