You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # Powershell Admin
-
- # Ollama - service "demand"
- New-NetFirewallRule -DisplayName "Ollama Demand" -Direction Inbound -Protocol TCP -LocalPort 11435 -Action Allow
-
- # Ollama - service "batch"
- New-NetFirewallRule -DisplayName "Ollama Batch" -Direction Inbound -Protocol TCP -LocalPort 11436 -Action Allow
-
- # Fooocus API
- New-NetFirewallRule -DisplayName "Fooocus API" -Direction Inbound -Protocol TCP -LocalPort 8888 -Action Allow
|