finally got the ipv6 jail stuff working, yeah

This commit is contained in:
2024-11-20 18:15:48 +01:00
parent 2617b3860b
commit dd2714d315
8 changed files with 143 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ packages:
release: 14.1-RELEASE
# snapshot to install in new vps
snapshot: FreeBSD-14.1-RELEASE-hcloud-init
snapshot: FreeBSD-14.1-RELEASE-p5-1-hcloud-init
location: fsn1
@@ -39,11 +39,15 @@ storage:
name: /crontabs
netif:
primary: bridge0
kernel:
sysctls:
security.bsd.see_other_uids: 0
security.bsd.see_other_gids: 0
security.bsd.see_jail_proc: 0
net.inet6.ip6.forwarding: 1
sysctlsoff:
security.bsd.unprivileged_read_msgbuf: 0
security.bsd.unprivileged_proc_debug: 0