diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-12-24 18:26:16 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-12-24 18:26:16 +0200 |
| commit | a8b7aaff8d89a0933a3abd70426dd2ec465425eb (patch) | |
| tree | cd3b23eca7e5b112c5239ca403474fb123163f11 /templates/jail_confs/_default.j2 | |
| parent | d77e686d06916156700c5f298b5edb4ba3e9642b (diff) | |
Refactor jail.conf.d template
Diffstat (limited to 'templates/jail_confs/_default.j2')
| -rw-r--r-- | templates/jail_confs/_default.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/jail_confs/_default.j2 b/templates/jail_confs/_default.j2 new file mode 100644 index 0000000..3a4e492 --- /dev/null +++ b/templates/jail_confs/_default.j2 @@ -0,0 +1,5 @@ +devfs_ruleset = 4; + +{% include 'jail_confs/_epl_network.j2' %} + +exec.poststart += "jexec ${name} route add default {{ ingress_ip }} || echo 'Failed to add default route'"; |
