Post Reply 
Force proxy for select sites
Apr. 11, 2011, 06:12 AM
Post: #3
RE: Force proxy for select sites
(Apr. 10, 2011 06:05 PM)JJoe Wrote:  Not easy to always be correct but sidki does provide the "uDom" variable...
thanks. totally missed that one. weird! got concentrated on uHost only
Code:
[HTTP headers]
In = TRUE
Out = FALSE
Key = "Location: 5 Route redirects through proxy 0 (In) {sh8an}"
URL = "(^$TST(keyword=*.i_proxy:2.*))(^$URL($LST(*ForceProxy*)))"
Match = "*redirected.com/$ADDLST(ForceProxy,\(\[\^/\]\+\+.\|\)$GET(uDom)/\t\t\t\t\$SET\(keyword=i_proxy:2.\))$LOG(RADD: \(\[\^/\]\+\+.\|\)$GET(uDom)/ to list)"
Replace = "$JUMP(\u)"
so this one is fine and inserts as follows
Code:
([^/]++.|)denied.org/        $SET(keyword=i_proxy:2.)

(Apr. 10, 2011 06:05 PM)JJoe Wrote:  2. Catch the request with header filter, call ForceProxy. $JUMP() not needed here.
this one i still can not get.
Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "!-|||||||||||||| 3 Proxy: Force proxy select sites from autolist (Out) {sh8an}"
URL = "(^$TST(keyword=*.i_proxy:2.*))$LST(ForceProxy)"
doesn't seem to do the trick. looks like the list and its contents (keyword) is not initialized.
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Force proxy for select sites - sh8an - Apr. 10, 2011, 04:56 PM
RE: Force proxy for select sites - JJoe - Apr. 10, 2011, 06:05 PM
RE: Force proxy for select sites - sh8an - Apr. 11, 2011 06:12 AM
RE: Force proxy for select sites - JJoe - Apr. 12, 2011, 02:56 AM
RE: Force proxy for select sites - sh8an - Apr. 12, 2011, 05:52 AM

Forum Jump: