Skip to content

Commit 2c21869

Browse files
opti blocked ports
1 parent 9644a54 commit 2c21869

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

serverless/containers/reference-content/containers-limitations.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,12 @@ During the execution of the container, if the limits are exceeded, a restart occ
5252

5353
In order to ensure the proper functioning of the product, we restrict the use of certain ports and environment variables
5454

55-
### Blocked ports:
56-
* **25**: Due to potential abuse (spam), no outbound traffic is allowed through this port, except from Scaleway Transactional Email SMTP servers.
57-
* **465**: Due to potential abuse (spam), no outbound traffic is allowed through this port, except from Scaleway Transactional Email SMTP servers.
55+
### Blocked ports
56+
57+
Due to potential abuse (spam), no outbound traffic is allowed through following ports, except from Scaleway Transactional Email SMTP servers.
58+
59+
* **25**
60+
* **465**
5861

5962
### Unavailable custom ports
6063
Do not make your containers listen on these ports which are used by our service.

serverless/functions/reference-content/functions-limitations.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ To ensure the proper functioning of the product, we restrict the use of certain
5252

5353
### Blocked ports
5454

55-
* **25**: Due to potential abuse (spam), no outbound traffic is allowed through this port, except from Scaleway Transactional Email SMTP servers.
56-
* **465**: Due to potential abuse (spam), no outbound traffic is allowed through this port, except from Scaleway Transactional Email SMTP servers.
55+
Due to potential abuse (spam), no outbound traffic is allowed through following ports, except from Scaleway Transactional Email SMTP servers.
56+
57+
* **25**
58+
* **465**
5759

5860
### Reserved environment variables:
5961
* `SCW_*`: Reserved for product configuration (for example: token validation).

0 commit comments

Comments
 (0)