[GH-ISSUE #2881] FRP redirects me from the domain to 127.0.0.1:8080 #2297

Closed
opened 2026-05-05 13:28:56 -06:00 by gitea-mirror · 6 comments
Owner

Originally created by @Nuckerr on GitHub (Mar 31, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2881

Bug Description

When I go to nucker.me it redirects me to 127.0.0.1:8080 and I have no clue why. I have multiple other services working on this, the only difference is they use subdomains.

frpc Version

0.39.1

frps Version

0.39.1

System Architecture

linux/amd64

Configurations

[common]
token = [redacted]
server_addr = [redacted].nucker.me
server_port = 7000

admin_addr = 0.0.0.0
admin_port = 7400
admin_user = adminuser
admin_pwd = [redacted]
enable_prometheus = true

[blog]
type = https
custom_domains = nucker.me
plugin = https2http
plugin_local_addr = 192.168.0.139:8080
plugin_crt_path = /etc/certs/cert.pem
plugin_key_path = /etc/certs/key.pem
plugin_host_header_rewrite = 127.0.0.11
plugin_header_X-From-Where = frp

Logs

No response

Steps to reproduce

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @Nuckerr on GitHub (Mar 31, 2022). Original GitHub issue: https://github.com/fatedier/frp/issues/2881 ### Bug Description When I go to `nucker.me` it redirects me to `127.0.0.1:8080` and I have no clue why. I have multiple other services working on this, the only difference is they use subdomains. ### frpc Version 0.39.1 ### frps Version 0.39.1 ### System Architecture linux/amd64 ### Configurations ```ini [common] token = [redacted] server_addr = [redacted].nucker.me server_port = 7000 admin_addr = 0.0.0.0 admin_port = 7400 admin_user = adminuser admin_pwd = [redacted] enable_prometheus = true [blog] type = https custom_domains = nucker.me plugin = https2http plugin_local_addr = 192.168.0.139:8080 plugin_crt_path = /etc/certs/cert.pem plugin_key_path = /etc/certs/key.pem plugin_host_header_rewrite = 127.0.0.11 plugin_header_X-From-Where = frp ``` ### Logs _No response_ ### Steps to reproduce _No response_ ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [X] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [X] Client Plugin - [X] Server Plugin - [ ] Extensions - [X] Others
gitea-mirror 2026-05-05 13:28:56 -06:00
Author
Owner

@fatedier commented on GitHub (Apr 1, 2022):

Why you set plugin_host_header_rewrite = 127.0.0.11?

<!-- gh-comment-id:1085308748 --> @fatedier commented on GitHub (Apr 1, 2022): Why you set `plugin_host_header_rewrite = 127.0.0.11`?
Author
Owner

@Nuckerr commented on GitHub (Apr 1, 2022):

Oh, it was originally 127.0.0.1 and then I tried to see if that was causing the redirect and changed it to 11. I've changed it back

<!-- gh-comment-id:1085917491 --> @Nuckerr commented on GitHub (Apr 1, 2022): Oh, it was originally 127.0.0.1 and then I tried to see if that was causing the redirect and changed it to 11. I've changed it back
Author
Owner

@fatedier commented on GitHub (Apr 1, 2022):

I'm not sure why you add this parameter. Try to remove it and see if it's ok.

<!-- gh-comment-id:1085924131 --> @fatedier commented on GitHub (Apr 1, 2022): I'm not sure why you add this parameter. Try to remove it and see if it's ok.
Author
Owner

@Nuckerr commented on GitHub (Apr 1, 2022):

Now it redirects to nucker.me:8080

<!-- gh-comment-id:1086044301 --> @Nuckerr commented on GitHub (Apr 1, 2022): Now it redirects to `nucker.me:8080`
Author
Owner

@Nuckerr commented on GitHub (Apr 5, 2022):

Any ideas?

<!-- gh-comment-id:1089281624 --> @Nuckerr commented on GitHub (Apr 5, 2022): Any ideas?
Author
Owner

@github-actions[bot] commented on GitHub (May 6, 2022):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:1119163171 --> @github-actions[bot] commented on GitHub (May 6, 2022): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
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#2297
No description provided.