Menu

#63 ProxyFor List for exception list of NoProxy list

open
nobody
5
2015-08-28
2015-08-28
EmanuelSan
No

I need exceptions for a NoProxy list. I think in a ProxyFor option clause. See:

ProxyFor 172.18. # this subnet is external, need proxy
NoProxy 172.1[6-9].
, 172.2?., 172.3[0-1]. # intranet is 172.16.. to 172.31..

ProxyFor www2.domain.com, www3.domain.com # these sites are external
NoProxy .domain.com # www.domain.com and www1.domain.com are in intranet
#
.domain.com is a general rule

I create a patch for resolve this ticket (see attachment). For apply the patch :

cp -R cntlm-0.92.3 cntlm-0.93.0
cd cntlm-0.93.0
make clean
patch -p1 < ../ProxyFor.patch
./configure
make cntlm
./cntlm -h

1 Attachments

Discussion


Log in to post a comment.