[GH-ISSUE #288] 拒绝了我们的连接请求 #209

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

Originally created by @AbnerChen028 on GitHub (Apr 1, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/288

[common]
#server_addr服务器ip
server_addr = frp.yzxx-soft.com
server_port = 7000
log_file = ./frpc.log
log_level = info
log_max_days = 3
#特权连接密码
privilege_token = frp888

[HTTP_mode]
#privilege_mode特权模式
privilege_mode = true
type = http
local_ip = 127.0.0.1
local_port = 80
#custom_domains域名
custom_domains = testforfrpdemo.frp.yzxx-soft.com
pool_count = 100

[TCP_mode]
privilege_mode = true
type = tcp
#remote_port外部端口
remote_port = 8001
local_ip = 127.0.0.1
#local_port内部端口
local_port = 80
use_gzip = true
use_encryption = true
pool_count = 100

以上是我的frpc的配置 在我本地使用127.0.0.1是可以访问的,使用testforfrpdemo.frp.yzxx-soft.com就提示拒绝了连接请求,是我配置的问题吗?谢谢

Originally created by @AbnerChen028 on GitHub (Apr 1, 2017). Original GitHub issue: https://github.com/fatedier/frp/issues/288 ``` [common] #server_addr服务器ip server_addr = frp.yzxx-soft.com server_port = 7000 log_file = ./frpc.log log_level = info log_max_days = 3 #特权连接密码 privilege_token = frp888 [HTTP_mode] #privilege_mode特权模式 privilege_mode = true type = http local_ip = 127.0.0.1 local_port = 80 #custom_domains域名 custom_domains = testforfrpdemo.frp.yzxx-soft.com pool_count = 100 [TCP_mode] privilege_mode = true type = tcp #remote_port外部端口 remote_port = 8001 local_ip = 127.0.0.1 #local_port内部端口 local_port = 80 use_gzip = true use_encryption = true pool_count = 100 ``` 以上是我的frpc的配置 在我本地使用127.0.0.1是可以访问的,使用`testforfrpdemo.frp.yzxx-soft.com`就提示拒绝了连接请求,是我配置的问题吗?谢谢
Author
Owner

@AbnerChen028 commented on GitHub (Apr 1, 2017):

原来是链接你们的服务器就失败了

<!-- gh-comment-id:290901152 --> @AbnerChen028 commented on GitHub (Apr 1, 2017): 原来是链接你们的服务器就失败了
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#209
No description provided.