File: example.conf

package info (click to toggle)
squid 2.6.5-6etch5
  • links: PTS
  • area: main
  • in suites: etch
  • size: 12,540 kB
  • ctags: 13,801
  • sloc: ansic: 105,278; sh: 6,083; makefile: 1,297; perl: 1,245; awk: 40
file content (39 lines) | stat: -rw-r--r-- 932 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# $Id: example.conf,v 1.2 2005/05/17 16:56:29 hno Exp $
# Lines that begin with a # are ignored
# The main format is:
# 
# Single user
# ip[/mask]		user
# 
# Users that belong to `group  (/etc/group)
# ip[/mask]		@group
#
# No User from this IP
# ip[/mask]		NONE
#
# All Users from this IP
# ip[/mask]		ALL
#
# IP and MASK must be in dotted quad format.
#
# Ths first match wins, so you may create rules that
# `allow everyone but foo bar or
# `deny everyone but foo bar
#
# Examples:
# All users from the 192.168.1.0/24 network are allowed
# 192.168.1.0/255.255.255.0	ALL
#
# Users from the 192.168.2.0/24 network are not allowed
# except for user `boss that can authenticate from
# anywhere
# 0.0.0.0/0.0.0.0	boss
# 192.168.2.0/255.255.255.0	NONE
#
# User `jayk may athenticate only from his station
# ip address
# 192.168.3.45	jayk
#
# Users of the `tol group may authenticate from
# their VLAN
# 10.0.0.0/255.255.0.0	@tol