Skip to content

Commit

Permalink
Merge pull request #145 from ariaieboy/master
Browse files Browse the repository at this point in the history
update firewall doc to reflect the new changes
  • Loading branch information
githubsaturn authored Nov 2, 2024
2 parents 1e7b549 + b122b38 commit 74e25ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/firewall.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_label: Firewall & Port Forwarding

Captain uses:
- 80 TCP for regular HTTP connections
- 443 TCP for secure HTTPS connections
- 443 TCP/UDP for secure HTTPS and HTTP/3 connections
- 3000 TCP for initial Captain Installation (can be blocked once Captain is attached to a domain)
- 7946 TCP/UDP for Container Network Discovery
- 4789 TCP/UDP for Container Overlay Network
Expand All @@ -19,7 +19,7 @@ Captain uses:
In case of an ubuntu server, run

```
ufw allow 80,443,3000,996,7946,4789,2377/tcp; ufw allow 7946,4789,2377/udp;
ufw allow 80,443,3000,996,7946,4789,2377/tcp; ufw allow 7946,4789,2377,443/udp;
```


Expand Down

0 comments on commit 74e25ab

Please sign in to comment.