jails-management/jails.json

75 lines
1.5 KiB
JSON

{
"settings": {
"soa": "ns1.higgsboson.tk.",
"serial": 114,
"refresh": "1H",
"hostmaster": "hostmaster.higgsboson.tk",
"domain": "eva.higgsboson.tk",
"retry": "4H",
"expire": "3W",
"minimum": "1D",
"ip4_subnet": "192.168.67.0/24",
"ip6_subnet": "2a03:b0c0:2:d0:1::/80",
"flavor": "default",
"default_fstab": [
"/usr/jails/basejail /usr/jails/%{name}/basejail nullfs ro 0 0",
"/data/repo /usr/jails/%{name}/data/repo nullfs ro 0 0"
]
},
"default_jail_conf": {
"provide": "standard_ezjail",
"require": [
],
"before": [
],
"exec_start": "/bin/sh /etc/rc",
"exec_stop": null,
"hostname": "%{name}",
"rootdir": "/usr/jails/%{name}",
"mount_enable": true,
"devfs_ruleset": "devfsrules_jails",
"procfs_enable": true,
"fdescfs_enable": true,
"image": null,
"imagetype": null,
"attachparams": null,
"attachblocking": null,
"forceblocking": null,
"zfs_datasets": null,
"cpuset": null,
"fib": null,
"parentzfs": null,
"parameters": null,
"post_start_script": null,
"retention_policy": null
},
"jails": {
"dns": {
"ip4": [
"192.168.67.2"
],
"ip6": [
"2a03:b0c0:2:d0::2a5:f002/128"
]
},
"dn42": {
"ip4": [
"192.168.67.4"
],
"ip6": [
"2a03:b0c0:2:d0:1::3"
]
},
"mail": {
"ip4": [
"192.168.67.1"
],
"ip6": [
"2a03:b0c0:2:d0:1::1"
]
}
}
}