Skip to content

Instantly share code, notes, and snippets.

@dovanpho
dovanpho / cloudflare_waf_rule.txt
Created August 14, 2024 00:51 — forked from henryonsoftware/cloudflare_waf_rule.txt
cloudflare_waf_rule.txt
(cf.threat_score gt 15) or
(http.user_agent eq "") or
(lower(http.user_agent) contains "crawler" and not http.user_agent contains "ia_archiver") or
(lower(http.user_agent) contains "spider") or
(http.user_agent contains "AhrefsBot/") or
(http.user_agent contains "baidu.com") or
(http.user_agent contains "biggo.com") or
(http.user_agent contains "/bin/bash") or
(http.user_agent contains "DnyzBot/") or
(http.user_agent contains "DotBot/") or
@dovanpho
dovanpho / README.md
Created April 18, 2023 08:43 — forked from etiennetremel/README.md
Simple Wireguard setup as VPN server and multiple clients

Simple WireGuard configuration

1 server, 2 clients

Getting started

Install Wireguard on all machines.

Generate all keys

@dovanpho
dovanpho / README.md
Created April 18, 2023 08:43 — forked from etiennetremel/README.md
Simple Wireguard setup as VPN server and multiple clients

Simple WireGuard configuration

1 server, 2 clients

Getting started

Install Wireguard on all machines.

Generate all keys