The Un-Official Proxomitron Forum

Full Version: Block cloudfront but allow xxx.cloudfront
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Using ProxHTTPSProxyMII 1.3, I want to block [BLACKLIST] .cloudfront.net, but allow dyw03owr7vs3n.cloudfront.net thru. Where & how do I insert in config.ini for the wanted result?
Thanks, Greg
I think that you will need to create a regular expression, according to which all the addresses of the .cloudfront.net domain will be blocked except dyw03owr7vs3n.cloudfront.net, and put this regular expression in the [BLACKLIST] section.
"I think that you will need to create a regular expression, according to which all the addresses of the .cloudfront.net domain will be blocked except dyw03owr7vs3n.cloudfront.net, and put this regular expression in the [BLACKLIST] section."

Perchance you could direct me to or write an example?
(I don't know how to do this....)
Greg

forgot where I was....
I'll re-study Scotts directory & (re)LEARN!!!
Greg
(Jul. 28, 2018 10:01 PM)charliebrown10242048 Wrote: [ -> ]Using ProxHTTPSProxyMII 1.3, I want to block [BLACKLIST] .cloudfront.net, but allow dyw03owr7vs3n.cloudfront.net thru. Where & how do I insert in config.ini for the wanted result?
Thanks, Greg

I don't remember MII's routine being that sophisticated.

(Jul. 29, 2018 07:19 PM)charliebrown10242048 Wrote: [ -> ]forgot where I was....
I'll re-study Scotts directory & (re)LEARN!!!
Greg

Assuming sidki's set with MII, add

Code:
(^dyw03owr7vs3n)*.cloudfront.net/ $USEPROXY(false)$SET(keyword=i_proxy:0.)$RDIR(http://local.ptron/killed.gif)

to Exceptions-U.

HTH
Reference URL's