Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe5a9cd3c7 | |||
| a9119bb4e3 |
+3
-2
@@ -1,2 +1,3 @@
|
|||||||
### Ignore .vscode settings
|
### Ignore .IDE settings
|
||||||
.vscode/*
|
.vscode
|
||||||
|
.idea
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[ufw-probe]
|
[ufw-probe]
|
||||||
|
|
||||||
# We specify all ports since probing attacks are not limited to any one port.
|
# We specify all ports since probing attacks are not limited to any one port.
|
||||||
port = all
|
port = 0:65535
|
||||||
|
|
||||||
# This should be specified in your jail.conf but we'll put it here just in case.
|
# This should be specified in your jail.conf but we'll put it here just in case.
|
||||||
# The localhost might have reasons to probe itself, so it should never be
|
# The localhost might have reasons to probe itself, so it should never be
|
||||||
|
|||||||
Reference in New Issue
Block a user