Skip to content

Instantly share code, notes, and snippets.

@vncloudsco
Created November 28, 2019 04:33
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 vncloudsco/34f2a901c22d9ac944c48a6037ec7b6c to your computer and use it in GitHub Desktop.
Save vncloudsco/34f2a901c22d9ac944c48a6037ec7b6c to your computer and use it in GitHub Desktop.
server {
listen 443 ssl http2;
# access_log off;
# error_log off;
server_name manhtuong.net;
# chan cong cu scan mang
if ($http_user_agent ~* (https://wpsec.com)) {
return 444;
}
# ket thuc chan scan mang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment