In ch/cyberduck/core/SystemconfigurationProxy.m, in method
+ (BOOL)isHostExcluded:(NSString *)hostname
it ignores the CIDR styled pattern such as 192.168/16 or 172.16/16 or 10/8, would it be possible to include it? This will make proxy exception handling more complete.
Cheers,
The text was updated successfully, but these errors were encountered:
Replying to [5142 https://www.google.com/accounts/o8/id?id=aitoawlacyi7aiogipgx3ujwq77gimjemieww8s]:
it ignores the CIDR styled pattern such as 192.168/16 or 172.16/16 or 10/8, would it be possible to include it? This will make proxy exception handling more complete.
I can make use of SubnetUtil to detect these, but it will only recognize patterns matching n.n.n.n/m where n=1-3 decimal digits, m = 1-3 decimal digits in range 1-32.
In ch/cyberduck/core/SystemconfigurationProxy.m, in method
it ignores the CIDR styled pattern such as
192.168/16
or172.16/16
or10/8
, would it be possible to include it? This will make proxy exception handling more complete.Cheers,
The text was updated successfully, but these errors were encountered: