blob: 6cd58ec3a96570bc6477cb64fedf135cbd11fa85 (
plain)
1
2
3
4
5
6
7
|
help: Show WAN load-balancing statistics
run: if [ -f /var/load-balance/wlb.out ] ; then
sudo /sbin/iptables -L PREROUTING -t mangle -v
else
echo WAN load balancing is not configured
fi
|