mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
developer: infrastructure: nft command reminder
This commit is contained in:
parent
6cc67e3e04
commit
dc2849ab18
1 changed files with 6 additions and 0 deletions
|
@ -47,6 +47,12 @@ lxc-helpers.sh lxc_install_lxc forgejo-runner-host $ipv4 $ipv6
|
|||
lxc-helpers.sh lxc_container_user_install $name $(id -u) $USER
|
||||
```
|
||||
|
||||
## nftables
|
||||
|
||||
```sh
|
||||
sudo nft list ruleset
|
||||
```
|
||||
|
||||
## Host reverse proxy
|
||||
|
||||
The reverse proxy on a host forwards to the designated LXC container with
|
||||
|
|
Loading…
Reference in a new issue