[GH-ISSUE #1418] proxy type http subdomain_host/subdomain doesnt work #1114

Closed
opened 2026-05-05 12:43:04 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @pepitefr on GitHub (Aug 30, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1418

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 将会直接关闭。)
(请不要在 issue 评论中出现无意义的 加1我也是 等内容,将会被直接删除。)
(由于个人精力有限,和系统环境,网络环境等相关的求助问题请转至其他论坛或社交平台。)

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)?
frps : 0.27.1
frps : 0.27.1

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

Configures you used:
frps

vhost_http_port = 8383
#vhost_https_port = 2443
subdomain_host = mydomain.fr

frpc

[omv_http]
type = http
local_ip = 192.168.2.xxx
local_port = 80
subdomain = omv_http

Steps to reproduce the issue:

  1. mydomain.fr resolve ip of frps server

Describe the results you received:

this site doesnt exist, i try every days during 7 days

all proxies with tcp are OK

Describe the results you expected:
i try to get proxy [omv_http] with this url
http://omv_http.mydomain.fr:8383

i don't understand whats wrong
thank's a lot

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

Can you point out what caused this issue (optional)

Originally created by @pepitefr on GitHub (Aug 30, 2019). Original GitHub issue: https://github.com/fatedier/frp/issues/1418 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 将会直接关闭。) (请不要在 issue 评论中出现无意义的 **加1**,**我也是** 等内容,将会被直接删除。) (由于个人精力有限,和系统环境,网络环境等相关的求助问题请转至其他论坛或社交平台。) 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)?** frps : 0.27.1 frps : 0.27.1 **What operating system and processor architecture are you using (`go env`)?** debian 9.4 **Configures you used:** frps ``` vhost_http_port = 8383 #vhost_https_port = 2443 subdomain_host = mydomain.fr ``` frpc ``` [omv_http] type = http local_ip = 192.168.2.xxx local_port = 80 subdomain = omv_http ``` **Steps to reproduce the issue:** 1. mydomain.fr resolve ip of frps server 2. 3. **Describe the results you received:** this site doesnt exist, i try every days during 7 days all proxies with tcp are OK **Describe the results you expected:** i try to get proxy [omv_http] with this url http://omv_http.mydomain.fr:8383 i don't understand whats wrong thank's a lot **Additional information you deem important (e.g. issue happens only occasionally):** **Can you point out what caused this issue (optional)**
Author
Owner

@fatedier commented on GitHub (Sep 3, 2019):

DNS config *.mydomain.fr not mydomain.fr.

<!-- gh-comment-id:527368729 --> @fatedier commented on GitHub (Sep 3, 2019): DNS config `*.mydomain.fr` not `mydomain.fr`.
Author
Owner

@pepitefr commented on GitHub (Sep 5, 2019):

Yes, all is good, that's work very well !!

Thanks a lot
Amazing fro. Thanks for the job

<!-- gh-comment-id:528518980 --> @pepitefr commented on GitHub (Sep 5, 2019): Yes, all is good, that's work very well !! Thanks a lot Amazing fro. Thanks for the job
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#1114
No description provided.