From d95591d7458653ec4d1ea72d349639bdb1c1c829 Mon Sep 17 00:00:00 2001 From: Siim Date: Sat, 25 Apr 2026 21:30:06 +0200 Subject: [PATCH] Updated readme Added PowerShell to the code block --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f569242..580a3f0 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ nano /etc/ipfixer.ps1 Create the file whereever you want, I'm not your mom. Paste in the script, remember to add the token you created in step 1: -``` +```PowerShell #Dealing with my Cloudflare domains and my dynamic IP $ProgressPreference = "SilentlyContinue" $timeStamp = (get-Date).ToUniversalTime().ToString("yyyy-MM-ddTHH:mm:ss")