mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
Firewall / aliases. resolve mac addresses at fixed ttl for https://github.com/opnsense/core/issues/4248
This commit is contained in:
parent
c2c424aea2
commit
8fdb97a2f4
@ -29,6 +29,8 @@
|
||||
<ttl>86400</ttl>
|
||||
{% elif alias.type == 'host' %}
|
||||
<ttl>{{ system.aliasesresolveinterval|default('300') }}</ttl>
|
||||
{% elif alias.type == 'mac' %}
|
||||
<ttl>30</ttl>
|
||||
{% endif %}
|
||||
</table>
|
||||
{% endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user