mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1897] i cant view my web server from frp #1503
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#1503
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 @vay3t on GitHub (Jul 10, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1897
What version of frp are you using (./frpc -v or ./frps -v)?
0.33.00.33.0What operating system and processor architecture are you using (
go env)?Configures you used:
Steps to reproduce the issue:
1:
python3 -m http.server2:
./frpc http -s x.x.x.x:7000 -t tokenstring -l 8000Describe the results you received:
Describe the results you expected:
View my files shared by python http server
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
@frankli0324 commented on GitHub (Jul 12, 2020):
you need to specify the domain (-d option) or subdomain (-sd option) on frpc
since you didn't set the subdomain on frps, you should use -d option.
@girishbin commented on GitHub (Apr 23, 2023):
on you local machine where you run frp client i.e frpc -c frpc.ini make a entry of the frp server ( frps) address in "/etc/hosts". This works for both mac and linux.