Skip to content

Commit 939079d

Browse files
committed
[F] Fix fw
1 parent 7855967 commit 939079d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/setup_caddy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ sudo apt update
66
sudo apt install caddy
77

88
systemctl enable caddy --now
9-
ufw allow 80 443
9+
ufw allow 80
10+
ufw allow 443
1011

1112
# Ask user to input domain name
1213
echo "Enter your domain name (e.g. example.com):"

docs/setup_debian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ tailscale up --advertise-exit-node
7272
# 7. Configure UFW
7373
###############################################################################
7474
ufw enable
75+
ufw allow ssh
7576
ufw allow 20100
7677
ufw allow 20101
7778

0 commit comments

Comments
 (0)