aboutsummaryrefslogtreecommitdiffstats
path: root/templates/etc_jail.conf.j2
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-06-27 23:30:36 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-06-27 23:30:36 +0300
commitb0730ad31c13f573feb9bd527167ce78700a7209 (patch)
treee57b6efb02ed7a8426ebeee9f64124565eef7e19 /templates/etc_jail.conf.j2
parent592be65638236b81dd1c30391d97febb7d946a7b (diff)
Refactor out sysrc calls, improve things
Diffstat (limited to 'templates/etc_jail.conf.j2')
-rw-r--r--templates/etc_jail.conf.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/etc_jail.conf.j2 b/templates/etc_jail.conf.j2
index eb6d128..bcfcef0 100644
--- a/templates/etc_jail.conf.j2
+++ b/templates/etc_jail.conf.j2
@@ -16,6 +16,7 @@ path = "/usr/local/jails/containers/${name}";
{% for jail in jails %}
{{ jail.name }} {
ip4.addr = {{ jail.ip }};
+ interface = lan0;
}
{% endfor %}