Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 3b7f5c380cd7141db24d54d6239e6137 > files > 4

wondershaper-1.1a-7mdv2009.0.src.rpm

#!/bin/bash
# Wonder Shaper
# please read the README before filling out these values
#
# 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=ppp0

# low priority OUTGOING traffic - you can leave this blank if you want
# low priority source netmasks
NOPRIOHOSTSRC=

# low priority destination netmasks
NOPRIOHOSTDST=

# low priority source ports
NOPRIOPORTSRC=

# low priority destination ports
NOPRIOPORTDST=


# Now remove the following two lines :-)

echo Please edit /etc/wshaper.cfg first
exit 1