Skip to content

Commit d8d234f

Browse files
authored
Fix typo in UFW firewall rules
Replace 'allow 5' with 'allow 53' in UFW rules for VPN setup.
1 parent 07499ce commit d8d234f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/guides/vpn-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Run these four commands:
8181
```sh
8282
sudo ufw allow OpenSSH
8383
sudo ufw allow 500,4500/udp
84-
sudo ufw allow 5
84+
sudo ufw allow 53
8585
sudo ufw enable
8686
```
8787

0 commit comments

Comments
 (0)