Skip to content

Instantly share code, notes, and snippets.

@f4bio
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save f4bio/34fb1974eb5aff8a36fd to your computer and use it in GitHub Desktop.
Save f4bio/34fb1974eb5aff8a36fd to your computer and use it in GitHub Desktop.
ferengi-lighttpd.txt
# https://github.com/ft11/scripts/blob/master/lighttpd/README.md
$HTTP["remoteip"] == "192.133.125.0/24" {
server.kbytes-per-second = 14
}
$HTTP["remoteip"] == "165.135.0.0/16" {
server.kbytes-per-second = 14
}
$HTTP["remoteip"] == "192.104.54.0/24" {
server.kbytes-per-second = 14
}
$HTTP["remoteip"] == "4.21.126.0/24" {
server.kbytes-per-second = 14
}
$HTTP["remoteip"] == "65.125.25.64/26" {
server.kbytes-per-second = 14
}
$HTTP["remoteip"] == "208.23.64.0/25" {
server.kbytes-per-second = 14
}
$HTTP["remoteip"] == "79.248.169.164" {
server.kbytes-per-second = 14
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment