mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3585] http域名穿透带上robots.txt后缀,被拦截 #2860
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#2860
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 @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
@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.