source: npl/internetserver/wshaper/wshaper-conf.patch @ e1b2384

perl-5.22
Last change on this file since e1b2384 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100755
File size: 643 bytes
Line 
16,28c6
2< # Set the following values to somewhat less than your actual download
3< # and uplink speed. In kilobits. Also set the device that is to be shaped.
4< DOWNLINK=800
5< UPLINK=220
6< DEV=eth0
7<
8< # low priority OUTGOING traffic - you can leave this blank if you want
9< # low priority source netmasks
10< NOPRIOHOSTSRC=80
11<
12< # low priority destination netmasks
13< NOPRIOHOSTDST=
14<
15< # low priority source ports
16< NOPRIOPORTSRC=
17<
18< # low priority destination ports
19< NOPRIOPORTDST=
20<
21< # Now remove the following two lines :-)
22<
23< echo Please read the documentation in 'README' first :-\)
24< exit
25---
26> source /etc/wshaper.conf || exit 1
Note: See TracBrowser for help on using the repository browser.