HON95 11 luni în urmă
părinte
comite
789730564f
2 a modificat fișierele cu 6 adăugiri și 5 ștergeri
  1. 5 5
      cloud/cloudflare.md
  2. 1 0
      index.md

+ 5 - 5
cloud/cloudflare.md

@@ -13,11 +13,11 @@ Mostly a list of how I like things in Cloudflare, for the very few features I us
 - DNS:
     - DNSSEC: Yes (no multi-signer)
 - Boilerplate records (using zone "example.net"):
-        - `CNAME @ "mario.example.net"` (where the main site is hosted)
-        - `CNAME www "mario.example.net"` (for redirect til non-www)
-        - `TXT @ "v=spf1 include:_spf.google.com ~all"` (including Google-mail, remove `include:` if not used)
-        - `TXT * "v=spf1 ~all"` (avoid mail from random subdomains)
-        - `TXT _dmarc "v=DMARC1; p=quarantine; pct=100;"`
+    - `CNAME @ "mario.example.net"` (where the main site is hosted)
+    - `CNAME www "mario.example.net"` (for redirect til non-www)
+    - `TXT @ "v=spf1 include:_spf.google.com ~all"` (including Google-mail, remove `include:` if not used)
+    - `TXT * "v=spf1 ~all"` (avoid mail from random subdomains)
+    - `TXT _dmarc "v=DMARC1; p=quarantine; pct=100;"`
 
 ## HTTP Reverse Proxy
 

+ 1 - 0
index.md

@@ -21,6 +21,7 @@ Random collection of config notes and Miscellanea. _Technically not a wiki._
 
 - [AWS](/cloud/aws/)
 - [Azure](/cloud/azure/)
+- [Cloudflare](/cloud/cloudflare/)
 
 ## Computers