Early Access Version GWT Resources
Coming Soon! Android Resources
OK I GOT IT.
It did not take me long to figure out that the sub domain I allowed is bypassing the authentication and white list.
And I guess the Error about the web site domains is duplicates but I will check in to that next,.
Other question i will have in near future is multiple white list sets. I guse just create whitelist 1,whitelist,2.........
create users1,user2........and passwords
add this: acl whitelist1 dstdomain "/etc/squid/whitelist1 acl whitelist2 dstdomain "/etc/squid/whitelist2 . . . . . acl ncsa_user1_users proxy_auth user1 acl ncsa_user2_users proxy_auth user2 . . . .
http_access allow ncsa_user1_users whitelist1 http_access allow ncsa_user2_users whitelist2
AND It should have multiple white lists RIGHT>?
Question 2 how can I block ports using stand alone proxy server? Stanad alone means that it is on the LAN but it is not the gateway.
Thanx
More information about formatting options
Same problem here
OK I GOT IT.
It did not take me long to figure out that the sub domain I allowed is bypassing the authentication and white list.
And I guess the Error about the web site domains is duplicates but I will check in to that next,.
Other question i will have in near future is multiple white list sets.
I guse just create whitelist 1,whitelist,2.........
create users1,user2........and passwords
add this:
acl whitelist1 dstdomain "/etc/squid/whitelist1
acl whitelist2 dstdomain "/etc/squid/whitelist2
.
.
.
.
.
acl ncsa_user1_users proxy_auth user1
acl ncsa_user2_users proxy_auth user2
.
.
.
.
http_access allow ncsa_user1_users whitelist1
http_access allow ncsa_user2_users whitelist2
AND It should have multiple white lists RIGHT>?
Question 2
how can I block ports using stand alone proxy server?
Stanad alone means that it is on the LAN but it is not the gateway.
Thanx