mirror of https://github.com/PurpleI2P/pyseeder
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
413 B
15 lines
413 B
limit_req_zone $binary_remote_addr zone=reseed:512k rate=10r/m; |
|
|
|
server { |
|
root /srv/pyseeder/output; |
|
listen [324:9de3:fea4:f6ac::ace]:7070; |
|
index seed.html; |
|
location /i2pseeds.su3 { |
|
limit_req zone=reseed burst=5; |
|
error_page 403 /err.html; |
|
if ($http_user_agent !~* "Wget/1.11.4" ) { return 403; } |
|
} |
|
location /acetone_at_mail.i2p.crt { |
|
limit_req zone=reseed; |
|
} |
|
}
|
|
|