Updated readme

Added PowerShell to the code block
This commit is contained in:
2026-04-25 21:30:06 +02:00
parent 50ce2d33b1
commit d95591d745
+1 -1
View File
@@ -19,7 +19,7 @@ nano /etc/ipfixer.ps1
Create the file whereever you want, I'm not your mom. 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: Paste in the script, remember to add the token you created in step 1:
``` ```PowerShell
#Dealing with my Cloudflare domains and my dynamic IP #Dealing with my Cloudflare domains and my dynamic IP
$ProgressPreference = "SilentlyContinue" $ProgressPreference = "SilentlyContinue"
$timeStamp = (get-Date).ToUniversalTime().ToString("yyyy-MM-ddTHH:mm:ss") $timeStamp = (get-Date).ToUniversalTime().ToString("yyyy-MM-ddTHH:mm:ss")