[GH-ISSUE #527] frp does not handle subdomain right #406

Closed
opened 2026-05-05 12:13:34 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @notedit on GitHub (Nov 17, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/527

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 将会直接关闭。)

Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST

What version of frp are you using (./frpc -v or ./frps -v)?

➜ frpc frpc -v
0.13.0

What operating system and processor architecture are you using (go env)?

macOS amd64

Configures you used:

[common]
# A literal address or host name for IPv6 must be enclosed
# in square brackets, as in "[::1]:80", "[ipv6-host]:http" or "[ipv6-host%zone]:
server_addr = 182.92.152.61
server_port = 7000
 
 
 
[dotengine]
type = http
local_ip = 127.0.0.1
local_port = 3888                                                               
subdomain = dotengine
 
 
[xiaobanke]
type = http
local_ip = 127.0.0.1
local_port = 8080
subdomain = xiaobanke

Steps to reproduce the issue:
1.
2.
3.

Describe the results you received:

when i visite https://xiaobanke.dot.cc/xxxxx it should router to 8080 server,
sometimes the request will router to 3888 server.

Describe the results you expected:

https://xiaobanke.dot.cc/xxxxx should router to 8080, but sometime it does not.

Additional information you deem important (e.g. issue happens only occasionally):

issue happens only occasionally

Can you point out what caused this issue (optional)

do not know the exact reason.

Originally created by @notedit on GitHub (Nov 17, 2017). Original GitHub issue: https://github.com/fatedier/frp/issues/527 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 将会直接关闭。) Use the commands below to provide key information from your environment: You do NOT have to include this information if this is a FEATURE REQUEST **What version of frp are you using (./frpc -v or ./frps -v)?** ➜ frpc frpc -v 0.13.0 **What operating system and processor architecture are you using (`go env`)?** macOS amd64 **Configures you used:** ``` [common] # A literal address or host name for IPv6 must be enclosed # in square brackets, as in "[::1]:80", "[ipv6-host]:http" or "[ipv6-host%zone]: server_addr = 182.92.152.61 server_port = 7000 [dotengine] type = http local_ip = 127.0.0.1 local_port = 3888 subdomain = dotengine [xiaobanke] type = http local_ip = 127.0.0.1 local_port = 8080 subdomain = xiaobanke ``` **Steps to reproduce the issue:** 1. 2. 3. **Describe the results you received:** when i visite https://xiaobanke.dot.cc/xxxxx it should router to 8080 server, sometimes the request will router to 3888 server. **Describe the results you expected:** https://xiaobanke.dot.cc/xxxxx should router to 8080, but sometime it does not. **Additional information you deem important (e.g. issue happens only occasionally):** issue happens only occasionally **Can you point out what caused this issue (optional)** do not know the exact reason.
gitea-mirror 2026-05-05 12:13:34 -06:00
  • closed this issue
  • added the
    question
    label
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#406
No description provided.