mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #562] Support subdomains as a part of TreeView #558
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#558
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 @timothybasanov on GitHub (Jul 25, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/562
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman 2.3.0 on macOS 10.15.5
Sometimes domain names use randomized or unique prefixes e.g.
a1b2c3.cdn.global.comorterritory.country.site.com. They are often used for either some location-related or endpoint-related ID, which could be anything from an Amazon data center to a network rack.There should be some way to group them all together. Adding each of them into pins one by one is not productive.
Existing behaviour (two pins are added by hand):
Expected behavior (two pins are added by hand):
I think the expectation is that I can run some kind of search against domain name/path and store the results as a "smart pin". And it would be double-cool if multiple-level domains could be supported.
@NghiaTranUIT commented on GitHub (Jul 25, 2020):
It's possible to support Wildcard on the domain name. For instance, all subdomains of
*.cdn.global.comwould be nested on the parent node and easier to track down 👍After the Scripting feature #557, I will kick start this ticket 🎉