Skip to content

Commit 6bbabeb

Browse files
bene2k1Laure-di
authored andcommitted
fix(tuto): fix issue with protocol specification (scaleway#4321)
1 parent d585e6c commit 6bbabeb

File tree

1 file changed

+6
-2
lines changed
  • tutorials/installation-uncomplicated-firewall

1 file changed

+6
-2
lines changed

tutorials/installation-uncomplicated-firewall/index.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: Firewall UFW port-25
99
categories:
1010
- instances
1111
dates:
12-
validation: 2024-12-13
12+
validation: 2025-01-30
1313
posted: 2018-07-18
1414
---
1515

@@ -129,9 +129,13 @@ As the firewall is running now, it is possible to add more rules to it:
129129
Allow the connection to port 25 (SMTP) via TCP to the server:
130130

131131
```code
132-
sudo ufw allow 25/TCP
132+
sudo ufw allow 25/tcp
133133
```
134134

135+
<Message type="tip">
136+
The protocol specification (`tcp`) is case-sensitive. Make sure to use only lowercase letters when specifying the protocol.
137+
</Message>
138+
135139
## Deleting rules
136140

137141
Over time, you may recognize that some of the rules you defined previously do not match your requirements anymore.

0 commit comments

Comments
 (0)