diff options
Diffstat (limited to 'roles/jails/01_ingress/templates/etc_pf.conf.j2')
| -rw-r--r-- | roles/jails/01_ingress/templates/etc_pf.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/jails/01_ingress/templates/etc_pf.conf.j2 b/roles/jails/01_ingress/templates/etc_pf.conf.j2 index 1d8f4c8..5250f79 100644 --- a/roles/jails/01_ingress/templates/etc_pf.conf.j2 +++ b/roles/jails/01_ingress/templates/etc_pf.conf.j2 @@ -4,7 +4,7 @@ lan = "epl{{ jail.num }}b" wan = "epw{{ jail.num }}b" lan_net = "{{ lan_ipv4_network }}" -gemini_host = "{{ jail_lan_cidr | ipv4_nth(5 + jail_lan_offset | int) }}" +gemini_host = "{{ jail_ips.homepage }}" table <blocked> persist |
