1
0
Fork 0
mirror of https://code.forgejo.org/infrastructure/documentation synced 2024-11-22 03:21:10 +00:00

note on Hetzner firewall

This commit is contained in:
Earl Warren 2024-10-04 10:57:21 +02:00
parent 3b892d0830
commit a503942e6a
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -63,6 +63,13 @@ lxc-helpers.sh lxc_install_lxc $name $ipv4 $ipv6
lxc-helpers.sh lxc_container_user_install $name $(id -u) $USER lxc-helpers.sh lxc_container_user_install $name $(id -u) $USER
``` ```
## firewall
Hetzner hosts have a firewall that must be configured from
https://robot.hetzner.com/server to only allow incoming ssh, http,
https requests for both IPv4 & IPv6. Each server has a "Firewall" tab
that provides control over this firewall.
## nftables ## nftables
```sh ```sh