auto now hosts django apps

added devfs_rule configs for jails
configure mail ipv6 settings
windows2019 VM
This commit is contained in:
Charlie Root
2020-04-11 00:46:09 -07:00
parent f26cf87f5a
commit 2327d9d6c0
34 changed files with 1451 additions and 113 deletions

View File

@ -1,4 +1,4 @@
# Copyright (c) 2018-2020, diyIT.org
# Copyright (c) 2018-2019, diyIT.org
# All rights reserved.
#
# BSD 2-Clause License ("Simplified BSD License" or "FreeBSD License")
@ -28,6 +28,8 @@ kern.geom.label.gptid.enable="0"
# Increase dmesg buffer to fit longer boot output.
kern.msgbufsize="524288"
kern.racct.enable=1
# ZFS root boot config
zfs_load="YES"
vfs.root.mountfrom="zfs:zroot/ROOT/default"

View File

@ -110,3 +110,7 @@ add path vmm.io/* unhide
add path tap* unhide
add path zvol/ship/raw/* unhide
add path nmdm* unhide
[devfs_rules_tun_jail=3000]
add include $devfsrules_jail
add path tun* unhide

View File

@ -15,7 +15,9 @@ ServerName update.FreeBSD.org
#Components src world kernel
# Example for updating the userland and the kernel source code only:
Components src world
#Components src world
Components world
# manually run - svnlite update /usr/src - before recompiling the kernel
# Paths which start with anything matching an entry in an IgnorePaths
# statement will be ignored.