Page 1 of 1

Allowing :port on Site LOCAL

Posted: Tue Nov 02, 2010 1:58 pm
by emj
I'm having problems with adding a rule like this:

Code: Select all

Site LOCAL:8111
Accept GET
Deny 
The problem is that ":8111" isn't allowed, so because links can contain either localhost or 127.1 I need to add things like this:

Code: Select all

Site http://localhost:8111/
Accept GET
Deny 

Site http://127*1:8111/
Accept GET
Deny 


Site LOCAL
Accept from LOCAL
Deny

PS. it would be really great if ABE saved backups of old rules, I've lost the default ABE rules for localhost so that things above was a guess what is was before.

Re: Allowing :port on Site LOCAL

Posted: Tue Nov 02, 2010 2:01 pm
by Guest