Actions
Feature #9762
closedSquid Reverse Proxy Change redir domain(s) to use regex
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Squid
Target version:
-
Start date:
09/14/2019
Due date:
% Done:
100%
Estimated time:
1.00 h
Plus Target Version:
Description
Change the ACL for reverse proxy redirects from using the rather limited "dstdomain" to using "dstdom_rexex".
This makes the redirects much more flexible in general.
Also makes it possible to redirect a subdomain to a different mapping than the domain itself.
This is a more consistent approach as mappings and redirects are handled in a similar manner using regular expressions all the way.
Updated by Jim Pingle over 5 years ago
- Status changed from New to Pull Request Review
Updated by Viktor Gurov about 5 years ago
Updated PR with checkbox switch:
https://github.com/pfsense/FreeBSD-ports/pull/840
Updated by Renato Botelho about 5 years ago
- Status changed from Pull Request Review to Feedback
- Assignee changed from Johan Samuelsson to Renato Botelho
PR has been merged. Thanks!
Updated by Azamat Khakimyanov over 2 years ago
- Status changed from Feedback to Resolved
Tested on 22.05
There is an 'Redirect is Regular Expression' option which allows to choose "dstdomain" or "dstdom_rexex".
I marked this feature request as resolved
Actions