6,28c6
< # Set the following values to somewhat less than your actual download
< # and uplink speed. In kilobits. Also set the device that is to be shaped.
< DOWNLINK=800
< UPLINK=220
< DEV=eth0
< 
< # low priority OUTGOING traffic - you can leave this blank if you want
< # low priority source netmasks
< NOPRIOHOSTSRC=80
< 
< # low priority destination netmasks
< NOPRIOHOSTDST=
< 
< # low priority source ports
< NOPRIOPORTSRC=
< 
< # low priority destination ports
< NOPRIOPORTDST=
< 
< # Now remove the following two lines :-)
< 
< echo Please read the documentation in 'README' first :-\)
< exit
---
> source /etc/wshaper.conf || exit 1
