[GH-ISSUE #1356] Bind port issue #1076

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

Originally created by @alpharde on GitHub (Aug 3, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1356

I would like to be able to make the frps service to listen on localhost, then make the proxies listen on my external IP.
How could this be done? Could not find this anywhere on the docs.

Originally created by @alpharde on GitHub (Aug 3, 2019). Original GitHub issue: https://github.com/fatedier/frp/issues/1356 I would like to be able to make the frps service to listen on localhost, then make the proxies listen on my external IP. How could this be done? Could not find this anywhere on the docs.
Author
Owner

@fatedier commented on GitHub (Aug 4, 2019):

proxy_bind_addr = 127.0.0.1 will help you.

<!-- gh-comment-id:517969404 --> @fatedier commented on GitHub (Aug 4, 2019): `proxy_bind_addr = 127.0.0.1` will help you.
Author
Owner

@alpharde commented on GitHub (Aug 4, 2019):

Actually the other way arround:
proxy_bind_addr = externip
bind_addr = 127.0.0.1
But that did help! Thanks.

<!-- gh-comment-id:517974812 --> @alpharde commented on GitHub (Aug 4, 2019): Actually the other way arround: ``proxy_bind_addr = externip`` ``bind_addr = 127.0.0.1`` But that did help! Thanks.
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#1076
No description provided.