From 301f8fcb4442b891ec68dc771d5abcc5980db27e Mon Sep 17 00:00:00 2001
From: Erik Kooistra <me@erikkooistra.nl>
Date: Thu, 20 Jul 2023 11:28:45 +0200
Subject: [PATCH] Fixed missing headers

---
 docs/network.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/network.md b/docs/network.md
index 7e0bcea..1f5d4de 100644
--- a/docs/network.md
+++ b/docs/network.md
@@ -35,7 +35,7 @@ The following SSIDs are provided:
  * Camp2023 (WPA2 802.1X (see below), 2.4GHz+5GHz) ✅ noc recommended ✅
  * Cam2023-open (open/OWE, 2.4GHz+5GHz)
 
-###WPA(2/3) 802.1X, encryption
+### WPA(2/3) 802.1X, encryption
 
 Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).
 
@@ -43,7 +43,7 @@ You might think: "WTF!? Do I need to register a user and password blah, blah". F
 
 Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use "camp/camp" or "guest/guest" as "username/password". 
 
-###Client Settings
+### Client Settings
 
 ```
 SSID: Camp2023
@@ -64,7 +64,7 @@ CA = ISRG Root X1
 SHA256 Fingerprint = 6C:5E:71:4F:1E:AD:3A:D5:FE:1A:F6:F3:67:17:FD:63:13:2F:CA:9C:51:36:92:5E:1B:3A:D2:DF:5F:A8:D2:D7
 ```
 
-###Services VLANs
+### Services VLANs
 
 We're using WPA2 802.1X to push your client in the correct VLAN. The reason we are doing this is to keep the number of SSID's per wireless band to a minimum; this way we are saving airtime by not wasting it too much with 802.11 beacons/mgmt-frames. Use the following user/password combinations: 
 
-- 
GitLab