mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1489] Listen on localhost #1483
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1483
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 @beeloo42 on GitHub (Jan 6, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1489
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Having the ability to make the proxy listen on localhost only.
Please add a toggle to just listen on localhost.
Why this feature/change is important?
This is a security issue.
@NghiaTranUIT commented on GitHub (Jan 6, 2023):
Sorry, I don't understand your problem. Can you explain "listen on localhost only."?
Currently, Proxyman listens on 0.0.0.0 (ipv4) and::0 (ipv6).
Do you mean that only listen on localhost (127.0.0.1) instead of 0.0.0.0?
@beeloo42 commented on GitHub (Jan 6, 2023):
Absolutely: only listen on localhost (127.0.0.1) instead of 0.0.0.0
@NghiaTranUIT commented on GitHub (Jan 7, 2023):
Thanks. I will put this feature in the Advance Preference -> You can enable it here.
@NghiaTranUIT commented on GitHub (Jan 7, 2023):
@beeloo42 let's use this beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_3.15.0_Support_Listening_on_localhost.dmg
By enabling this feature, Proxyman will listen on 127.0.0.1 and ::1
@beeloo42 commented on GitHub (Jan 7, 2023):
That's perfect, thank you !