202509191423
This commit is contained in:
12
text.txt
Normal file
12
text.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
New-NetFirewallRule -DisplayName "Galera TCP 3306" -Direction Inbound -LocalPort 3306 -Protocol TCP -Action Allow
|
||||
|
||||
|
||||
# TCP
|
||||
New-NetFirewallRule -DisplayName "Galera TCP 4567" -Direction Inbound -LocalPort 4567 -Protocol TCP -Action Allow
|
||||
|
||||
New-NetFirewallRule -DisplayName "Galera TCP 4568" -Direction Inbound -LocalPort 4568 -Protocol TCP -Action Allow
|
||||
|
||||
New-NetFirewallRule -DisplayName "Galera TCP 4444" -Direction Inbound -LocalPort 4444 -Protocol TCP -Action Allow
|
||||
|
||||
# UDP
|
||||
New-NetFirewallRule -DisplayName "Galera UDP 4567" -Direction Inbound -LocalPort 4567 -Protocol UDP -Action Allow
|
||||
Reference in New Issue
Block a user