[GH-ISSUE #3585] http域名穿透带上robots.txt后缀,被拦截 #2860

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

Originally created by @Chengke123 on GitHub (Aug 24, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3585

Bug Description

http域名穿透带上robots.txt后缀,被拦截,目前排查原因是全部拦截到一个网站的robots.txt里面,后续的不同的域名也都被拦截到此网站的robots.txt下。

frpc Version

0.44

frps Version

0.44

System Architecture

linux/amd64

Configurations

[web]
type = tcp
local_ip = 127.0.0.1
local_port = 8080
remote_port = 18081

[jenkins]
type = http
local_ip = 127.0.0.1
local_port = 8080
custom_domains = jenkins.chengke.net

分配对应穿透应用服务唯一的子域名,用于访问

remote_port = 7002

[hertzbeat]
type = http
local_ip = 127.0.0.1
local_port = 1157
custom_domains = hertzbeat.chengke.net

分配对应穿透应用服务唯一的子域名,用于访问

remote_port = 7002

[rabbitmq]
type = http
local_ip = 127.0.0.1
local_port = 15672
custom_domains = rabbitmq.chengke.net

分配对应穿透应用服务唯一的子域名,用于访问

remote_port = 7002

Logs

No response

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @Chengke123 on GitHub (Aug 24, 2023). Original GitHub issue: https://github.com/fatedier/frp/issues/3585 ### Bug Description http域名穿透带上robots.txt后缀,被拦截,目前排查原因是全部拦截到一个网站的robots.txt里面,后续的不同的域名也都被拦截到此网站的robots.txt下。 ### frpc Version 0.44 ### frps Version 0.44 ### System Architecture linux/amd64 ### Configurations [web] type = tcp local_ip = 127.0.0.1 local_port = 8080 remote_port = 18081 [jenkins] type = http local_ip = 127.0.0.1 local_port = 8080 custom_domains = jenkins.chengke.net # 分配对应穿透应用服务唯一的子域名,用于访问 remote_port = 7002 [hertzbeat] type = http local_ip = 127.0.0.1 local_port = 1157 custom_domains = hertzbeat.chengke.net # 分配对应穿透应用服务唯一的子域名,用于访问 remote_port = 7002 [rabbitmq] type = http local_ip = 127.0.0.1 local_port = 15672 custom_domains = rabbitmq.chengke.net # 分配对应穿透应用服务唯一的子域名,用于访问 remote_port = 7002 ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:51:07 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Sep 24, 2023):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:1732442626 --> @github-actions[bot] commented on GitHub (Sep 24, 2023): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
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#2860
No description provided.