From 878f13a643b025fd127c2d9910353e86c775e1bb Mon Sep 17 00:00:00 2001 From: El RIDO Date: Wed, 8 Apr 2020 05:35:38 +0200 Subject: [PATCH] adding an example to opt-out of the privatebin directory --- robots.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/robots.txt b/robots.txt index 7aa8150f..cbb20bb0 100644 --- a/robots.txt +++ b/robots.txt @@ -6,3 +6,8 @@ User-agent: * Disallow: / + +# If you don't want this instance to be listed on https://privatebin.info/directory/ +# uncomment the following lines: +#User-agent: PrivateBinDirectoryBot +#Disallow: / \ No newline at end of file