mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #638] 源代码中http 404页面在哪里 #498
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#498
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 @duudukaka on GitHub (Feb 22, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/638
如果访问未设置穿透的子域名,会有
The page you visit not found.
Sorry, the page you are looking for is currently unavailable.
Please try again later.
The server is powered by frp.
Faithfully yours, frp.
这样的页面,能否在源代码中修改一下这个页面
@denymz commented on GitHub (Feb 23, 2018):
在utils/vhost/resource.go文件里,你可以自行更改后编译。我在我的博客里有过一篇关于编译frp的文章。