diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-06-27 23:30:36 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-06-27 23:30:36 +0300 |
| commit | b0730ad31c13f573feb9bd527167ce78700a7209 (patch) | |
| tree | e57b6efb02ed7a8426ebeee9f64124565eef7e19 /templates/etc_jail.conf.j2 | |
| parent | 592be65638236b81dd1c30391d97febb7d946a7b (diff) | |
Refactor out sysrc calls, improve things
Diffstat (limited to 'templates/etc_jail.conf.j2')
| -rw-r--r-- | templates/etc_jail.conf.j2 | 1 |
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 %} |
