Handle hostnames with upper-case letters
[webmin.git] / bandwidth / CHANGELOG
1 ---- Changes since 1.160 ----
2 First version of this module, which can setup firewall rules and a syslog entry to capture all traffic received by your system on an external interface. The module can then be used to generate reports on this traffic, by host, port and time.
3 ---- Changes since 1.170 ----
4 Added the ability to specify multiple ports with a range like 100-200.
5 ---- Changes since 1.190 ----
6 This module will now work with FreeBSD's IPFW firewall too, although data counts may not be completely accurate as individual packet sizes are not logged. Instead, only the average packet size for each hour is available.
7 Firewall rules are now correctly created even when using Shorewall, by adding them to the /etc/shorewall/start file.
8 The module now also supports the IPFilter firewall, although counts may not be accurate on fast network interfaces, as IPFilter appears to not log all packets.
9 ---- Changes since 1.390 ----
10 Bandwidth monitoring can now be setup on an interface that isn't currently active, including patterns like ppp+.
11 ---- Changes since 1.400 ----
12 Fixed several bugs that prevented bandwidth monitoring from working properly on FreeBSD and OSX.