-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): document firewall rules (#60)
- Loading branch information
1 parent
f778de1
commit 0533de7
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Firewall | ||
|
||
This document describes the firewall rules for the network. | ||
|
||
## Inbound | ||
|
||
This section describes the inbound firewall rules. | ||
|
||
| Port | L4 protocol | L7 protocol | Description | | ||
| ----------- | ----------- | ----------- | -------------------------- | | ||
| `22` | `tcp` | `ssh` | SSH | | ||
| `80` | `tcp` | `http` | HTTP reverse proxy | | ||
| `443` | `tcp` | `https` | HTTPS reverse proxy | | ||
| `5800-5810` | `udp` | `wireguard` | Wireguard site-to-site VPN | | ||
| `6443` | `tcp` | `https` | Kubernetes reverse proxy | | ||
| `7443` | `tcp` | `https` | Kubernetes API server | | ||
| | `icmp` | | ICMP | | ||
| | `igmp` | | IGMP | | ||
| | `icmpv6` | | IGMP | |