Remove rg jail and add ipv6 to wireguard.
This commit is contained in:
@@ -37,10 +37,6 @@ jail_list:
|
||||
enabled: true
|
||||
conf:
|
||||
src: public_dns
|
||||
- name: rg
|
||||
enabled: true
|
||||
conf:
|
||||
src: rg
|
||||
bhyve_dataset: zdata/vm
|
||||
bhyve_canmount: "on"
|
||||
# efi_dev: /dev/gpt/EFI
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
|
||||
default:\
|
||||
:passwd_format=blf:\
|
||||
:copyright=/etc/COPYRIGHT:\
|
||||
:welcome=/var/run/motd:\
|
||||
:setenv=BLOCKSIZE=K:\
|
||||
:mail=/var/mail/$:\
|
||||
@@ -127,7 +126,6 @@ russian|Russian Users Accounts:\
|
||||
## standard - standard user defaults
|
||||
##
|
||||
#standard:\
|
||||
# :copyright=/etc/COPYRIGHT:\
|
||||
# :welcome=/var/run/motd:\
|
||||
# :setenv=BLOCKSIZE=K:\
|
||||
# :mail=/var/mail/$:\
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user