summaryrefslogtreecommitdiff
path: root/ufw.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ufw.sh')
-rwxr-xr-xufw.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/ufw.sh b/ufw.sh
index d08acc2..739d279 100755
--- a/ufw.sh
+++ b/ufw.sh
@@ -3,12 +3,9 @@
main() {
ufw --force reset
-
- #ufw default allow incoming
ufw default deny incoming on enp2s0
ufw default allow outgoing
ufw allow in on virbr0
- #ufw allow in on enp2s0 from 95.91.211.71
ufw allow in on enp2s0 to any port 22