You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,13 +44,12 @@ It is certainly a good idea to make a cron job for this.
44
44
45
45
You should also read [SquidFaq/SquidLogs](http://wiki.squid-cache.org/SquidFaq/SquidLogs#access.log) to make sure your log files are in reasonable sizes.
46
46
47
-
--exclude-pattern
48
-
-----------------
47
+
### --exclude-pattern
49
48
50
49
If for some reason you need to prevent usage information of certain user from being sent to the RADIUS server, there is an argument for that! Use `--exclude-pattern="(girl|boy)friend"` and squid2radius won't send usage of either your `girlfriend` or `boyfriend` to the RADIUS server.
51
50
52
51
Note
53
-
====
52
+
----
54
53
55
54
The script assumes that you are using the default [Squid native access.log format](http://wiki.squid-cache.org/Features/LogFormat#squid) on first ten columns of your log file. If you need custom columns, add them after the default ones.
0 commit comments