Skip to content

Commit

Permalink
SECURITY: Close tunneling port (3128)
Browse files Browse the repository at this point in the history
Port 3128, which was used for tunneling into devices, was plain TCP and has now been closed. Tunnelling is now via `tunnel.mydomain.com:443` (see #101). balena-cli versions before v12.38.5 are now incompatible and using the tunnel command will throw an error.

Refs: #101
Change-type: minor
  • Loading branch information
dfunckt committed Jan 29, 2021
1 parent 6fdc700 commit 1399ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ services:
ports:
- "80:80"
- "443:443"
- "3128:3128"
expose:
- "222"
- "3128"
- "5432"
- "6379"
networks:
Expand Down

0 comments on commit 1399ca9

Please sign in to comment.