From 69916ac9ecdd3d73be8913ed4bdf40e032a6bd48 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Tue, 7 Jun 2022 14:47:19 -0500 Subject: [PATCH] Updated Knowledge Base (markdown) --- Knowledge-Base.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Knowledge-Base.md b/Knowledge-Base.md index dcf4af1..c85ff61 100644 --- a/Knowledge-Base.md +++ b/Knowledge-Base.md @@ -19,11 +19,11 @@ This is also covered in the [IW4MAdmin Setup](https://youtu.be/xpxEO4Qi0cQ?t=917 All you need to do is allow TCP port 1624 (or whatever port you've set on `WebfrontBindUrl`) through your firewall (if applicable). Then navigate to `http://:` where the machine IP is either then WAN (external) or LAN (local) IP address. +*** + ### What format should I use for `WebfrontPrimaryColor` and `WebfrontSecondaryColor`? These options support [hex color codes](https://htmlcolorcodes.com/) and [web color names](https://www.w3schools.com/colors/colors_names.asp) -*** - **Examples** - `"#ff00ff"` - `"DeepSkyBlue"`