mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4194] subdomains not supported #3303
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#3303
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 @alexiskhoury on GitHub (Apr 29, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4194
Bug Description
When using http, frpc reports that the subdomain is not not supported by the frps server.
Is there any workaround?
Thanks
frpc Version
0.54
frps Version
0.57
System Architecture
linux/amd64, linux/arm
Configurations
proxies
name = "repeater"
type = "http"
localIP = "192.168.1.250"
localPort = 80
subdomain = "ap"
#customDomains = ["web.example.com"]
#locations = ["/"]
hostHeaderRewrite = "127.0.0.1"
requestHeaders.set.x-from-where = "frp"
Logs
No response
Steps to reproduce
No response
Affected area
@fatedier commented on GitHub (Apr 30, 2024):
https://github.com/fatedier/frp?tab=readme-ov-file#custom-subdomain-names
@alexiskhoury commented on GitHub (Apr 30, 2024):
It works like a charm.
Many thanks for this great piece of software.