mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-26 16:05:55 +03:00
[GH-ISSUE #581] Connecting to localhost issue: WARN dead loop detected #471
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#471
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 @0x0OZ on GitHub (Mar 6, 2025).
Original GitHub issue: https://github.com/snail007/goproxy/issues/581
When trying to access the ip 127.0.0.1 or a hostname resolving to it, I get the warning
I tried running goproxy as socks proxy and HTTP proxy..
Not sure if that's bug related to firefox or the tool itself
@snail007 commented on GitHub (Mar 6, 2025):
the domain format must be a normal one, must contains the dot.
@0x0OZ commented on GitHub (Mar 7, 2025):
Okay! I wonder why, but thanks. The issue was resolved when using a dotted domain.
@0x0OZ commented on GitHub (Mar 11, 2025):
Okay so I haven't noticed until now, but when the proxy resolves this fake local domain, it doesn't try to connect to localhost but rather to the interface IP.
So I have an app that is being hosted on
localhostnot127.0.0.1and if I try to connect to the virtual domain e.goz.ozwhich is resolving to127.0.0.1To connect to that host, I need to try to access
localhostnot127.0.0.1Is there a way to go around this?