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:
parent
3b892d0830
commit
a503942e6a
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue