Compare commits
2 Commits
610aa092e6
...
fe5a9cd3c7
Author | SHA1 | Date | |
---|---|---|---|
fe5a9cd3c7 | |||
a9119bb4e3 |
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user