Remove rg jail and add ipv6 to wireguard.

This commit is contained in:
Tom Alexander
2026-04-04 21:17:52 -04:00
parent d9f6c8da31
commit 88dfc73f3d
5 changed files with 0 additions and 21 deletions

View File

@@ -1,15 +0,0 @@
rg {
path = "/jail/${name}";
vnet;
exec.prestart += "/usr/local/bin/jail_netgraph_bridge start jail_nat jail${name} 10.215.1.1/24";
exec.poststop += "sleep 10; /usr/local/bin/jail_netgraph_bridge stop jail_nat jail${name}";
vnet.interface += "jail${name}";
devfs_ruleset = 14;
mount.devfs;
mount.fstab = "/etc/fstab.${name}";
exec.start += "/bin/sh /etc/rc";
exec.stop = "/bin/sh /etc/rc.shutdown jail";
exec.consolelog = "/var/log/jail_${name}_console.log";
}