Показаны различия между двумя версиями страницы.
Следующая версия | Предыдущая версия | ||
linux:squid:proxy [2012/02/17 14:28] linko22@gmail.com создано |
linux:squid:proxy [2012/02/17 14:34] (текущий) linko22@gmail.com |
||
---|---|---|---|
Строка 18: | Строка 18: | ||
acl localnet src fe80::/ | acl localnet src fe80::/ | ||
- | acl trusted_ip src 78.138.97.144/32 | + | # Секция, |
- | acl trusted_ip src 217.147.31.18/32 | + | acl trusted_ip src x.x.x.10/32 |
+ | acl trusted_ip src x.x.x.20/32 | ||
- | acl ip0 myip 173.212.249.90 | + | # Секция, |
- | tcp_outgoing_address | + | acl ip0 myip x.x.x.90 |
- | acl ip1 myip 173.212.249.91 | + | tcp_outgoing_address |
- | tcp_outgoing_address | + | acl ip1 myip x.x.x.91 |
- | acl ip2 myip 173.212.249.92 | + | tcp_outgoing_address |
- | tcp_outgoing_address | + | acl ip2 myip x.x.x.92 |
- | acl ip3 myip 173.212.249.93 | + | tcp_outgoing_address |
- | tcp_outgoing_address | + | acl ip3 myip x.x.x.93 |
- | acl ip4 myip 173.212.249.94 | + | tcp_outgoing_address |
- | tcp_outgoing_address | + | acl ip4 myip x.x.x.94 |
- | acl ip5 myip 173.212.249.95 | + | tcp_outgoing_address |
- | tcp_outgoing_address | + | acl ip5 myip x.x.x.95 |
+ | tcp_outgoing_address | ||
acl SSL_ports port 443 | acl SSL_ports port 443 | ||
Строка 74: | Строка 76: | ||
http_access allow localnet | http_access allow localnet | ||
http_access allow localhost | http_access allow localhost | ||
+ | # Разрешаем наши описанные выше IP адреса для использования прокси | ||
http_access allow trusted_ip | http_access allow trusted_ip | ||
Строка 97: | Строка 100: | ||
refresh_pattern . | refresh_pattern . | ||
+ | # Вся нижняя часть для включения анонимайзера | ||
forwarded_for off | forwarded_for off | ||
request_header_access Allow allow all | request_header_access Allow allow all |