Fix option name

This commit is contained in:
Fabian 2024-11-04 12:31:15 +01:00
parent ab0a4009b5
commit 3d81ec6118

View File

@ -90,7 +90,7 @@ def write_network_units(args, yaml_dict):
unit_file["Network"]["Internal"] = str(network.get("internal", True)).lower()
if "enable_ipv6" in network:
unit_file["Network"]["IPv6"] = str(network["enable_ipv6"]).lower()
unit_file["Network"]["DisableDns"] = "false"
unit_file["Network"]["DisableDNS"] = "false"
unit_file["Network"]["Options"] = "isolate=true"
unit_file["Service"] = {}