system/templates/40-ipv6.j2
vincent a7b16cb3bc
Some checks failed
continuous-integration/drone/push Build is failing
add disable ipv6
2022-02-13 09:01:05 +01:00

2 lines
89 B
Django/Jinja

net.ipv6.conf.all.disable_ipv6 = {% if system_ipV6_disable %} 1 {% else %} 0 {% endif %}