If I have an Auth layer on Proxysg that has 100 rules, each similar to the one below:
Source=<some_ip>
Dest=ANY
Action=No Auth
Will combining them into a single rule (like the one below) improve proxy performance?
Src=<group_object_with_all_IPs>
Dest=ANY
Action=No Auth
Thanks