diff --git a/proxy/nginx-badbot403.conf b/proxy/nginx-badbot403.conf index cd095a10..904fc849 100644 --- a/proxy/nginx-badbot403.conf +++ b/proxy/nginx-badbot403.conf @@ -12,6 +12,10 @@ if ($remote_addr ~ '^8\.(219|222)\.') { set $allow false; } +if ($remote_addr ~ '47.76.35.19') { + set $allow false; +} + if ($allow = false) { return 403; } \ No newline at end of file