Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(502)

Side by Side Diff: appengine/monorail/dos.yaml

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « appengine/monorail/cron.yaml ('k') | appengine/monorail/features/__init__.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is govered by a BSD-style
3 # license that can be found in the LICENSE file or at
4 # https://developers.google.com/open-source/licenses/bsd
5
6 blacklist:
7 # Edit this file to enable GAE's built-in DoS protection.
8 # Run some aggregate queries in the Cloud Console BigQuery
9 # interface to see if you can block larger subnets rathe
10 # than individual IP addresses. Also, this list is limited
11 # to 100 entries, so if it's a DDoS you might run out
12 # subnets.
13 # On-Call Playbook:
14 # https://docs.google.com/document/d/1acGea37jlb5FEp1BGdqca6tY_hiH1QGXKxbt4iBfAu g
15 #
16 # See the playbook for other measures you can take, such
17 # as setting ratelimiting_enabled = True in settings.py.
18
19 # Example entries:
20 # - subnet: 192.0.2.1
21 # description: a single IP address
22 # - subnet: 192.0.2.0/24
23 # description: an IPv4 subnet
24 # - subnet: 2001:DB8::1
25 # description: an IPv6 address
26 # - subnet: 2001:DB8::/32
27 # description: an IPv6 subnet
OLDNEW
« no previous file with comments | « appengine/monorail/cron.yaml ('k') | appengine/monorail/features/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698