[GH-ISSUE #562] Support subdomains as a part of TreeView #558

Open
opened 2026-03-03 19:19:50 +03:00 by kerem · 1 comment
Owner

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.com or territory.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):

Pins
  a3b4c5.cdn.global.com
  ca.us.site.com
Apps
Domains
  a1b2c3.cdn.global.com
  a2b3c4.cdn.global.com
  a3b4c5.cdn.global.com
  a4b5c6.cdn.global.com
  ca.us.site.com
  wa.us.site.com
  ge.eu.site.com

Expected behavior (two pins are added by hand):

Pins
  *.cdn.global.com
    a1b2c3.cdn.global.com
    a2b3c4.cdn.global.com
    a3b4c5.cdn.global.com
    a4b5c6.cdn.global.com
  *.site.com
    *.us.site.com
      ca.us.site.com
      wa.us.site.com
    *.eu.site.com
      ge.eu.site.com
Apps
Domains

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.

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.com` or `territory.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): ``` Pins a3b4c5.cdn.global.com ca.us.site.com Apps Domains a1b2c3.cdn.global.com a2b3c4.cdn.global.com a3b4c5.cdn.global.com a4b5c6.cdn.global.com ca.us.site.com wa.us.site.com ge.eu.site.com ``` Expected behavior (two pins are added by hand): ``` Pins *.cdn.global.com a1b2c3.cdn.global.com a2b3c4.cdn.global.com a3b4c5.cdn.global.com a4b5c6.cdn.global.com *.site.com *.us.site.com ca.us.site.com wa.us.site.com *.eu.site.com ge.eu.site.com Apps Domains ``` 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.
Author
Owner

@NghiaTranUIT commented on GitHub (Jul 25, 2020):

It's possible to support Wildcard on the domain name. For instance, all subdomains of *.cdn.global.com would be nested on the parent node and easier to track down 👍

After the Scripting feature #557, I will kick start this ticket 🎉

<!-- gh-comment-id:663793822 --> @NghiaTranUIT commented on GitHub (Jul 25, 2020): It's possible to support Wildcard on the domain name. For instance, all subdomains of `*.cdn.global.com` would be nested on the parent node and easier to track down 👍 After the Scripting feature #557, I will kick start this ticket 🎉
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
starred/Proxyman#558
No description provided.