Add default jail list.

This commit is contained in:
Tom Alexander 2022-10-29 15:55:34 -04:00
parent 156261f082
commit c6ed886f4c
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
jail_list: []

View File

@ -1,6 +1,7 @@
cloak {
path = "/jail/main/jails/cloak";
ip4.addr += "lo0|127.0.0.2";
vnet;
vnet.interface += "nat_link2";
exec.start += "/bin/sh /etc/rc";
exec.stop = "/bin/sh /etc/rc.shutdown jail";