Compare commits

...

1 Commits

Author SHA1 Message Date
Siim d95591d745 Updated readme
Added PowerShell to the code block
2026-04-25 21:30:06 +02:00
+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")