aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-06-25 09:45:17 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-06-25 09:46:16 +0300
commit592be65638236b81dd1c30391d97febb7d946a7b (patch)
tree7e8df82984d0096f1dbe922007707bb245a1ba5b /templates
parentca1ee4f5ee0458e69cd871518dfc00569fa7e2d4 (diff)
Persist jail ip aliases
Diffstat (limited to 'templates')
-rw-r--r--templates/etc_jail.conf.j21
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/etc_jail.conf.j2 b/templates/etc_jail.conf.j2
index bcfcef0..eb6d128 100644
--- a/templates/etc_jail.conf.j2
+++ b/templates/etc_jail.conf.j2
@@ -16,7 +16,6 @@ path = "/usr/local/jails/containers/${name}";
{% for jail in jails %}
{{ jail.name }} {
ip4.addr = {{ jail.ip }};
- interface = lan0;
}
{% endfor %}