mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1114] FRP not connecting to upstream server #873
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#873
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 @jobs-git on GitHub (Mar 7, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1114
I used the default configuration frps_full for frps then used frpc_full for frpc. I modified it a bit to help me expose my upstream server:
However, I dont seem to connect to my upstream. What is the proper way of configuring w/ upstream server?
@fatedier commented on GitHub (Mar 8, 2019):
Do not use frps_full.ini and frpc_full.ini. They are only example files to show supported params.
Read document first https://github.com/fatedier/frp#visit-your-web-service-in-lan-by-custom-domains .
@jobs-git commented on GitHub (Mar 8, 2019):
You were right! Thank man!