Skip to content

Commit

Permalink
feat(docs): document firewall rules (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasfrahm authored Nov 14, 2023
1 parent f778de1 commit 0533de7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/firewall.md
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 |

0 comments on commit 0533de7

Please sign in to comment.