[GH-ISSUE #1114] FRP not connecting to upstream server #873

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

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:

[web]
type = http
local_ip = 127.0.0.2
local_port = 4567

use_encryption = false
use_compression = false
#subdomain = web01
custom_domains = testing.com

However, I dont seem to connect to my upstream. What is the proper way of configuring w/ upstream server?

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: ```bash [web] type = http local_ip = 127.0.0.2 local_port = 4567 use_encryption = false use_compression = false #subdomain = web01 custom_domains = testing.com ``` However, I dont seem to connect to my upstream. What is the proper way of configuring w/ upstream server?
Author
Owner

@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 .

<!-- gh-comment-id:470877191 --> @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 .
Author
Owner

@jobs-git commented on GitHub (Mar 8, 2019):

You were right! Thank man!

<!-- gh-comment-id:470909772 --> @jobs-git commented on GitHub (Mar 8, 2019): You were right! Thank man!
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#873
No description provided.