Fix option name
This commit is contained in:
parent
ab0a4009b5
commit
3d81ec6118
2
main.py
2
main.py
@ -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"] = {}
|
||||
|
Loading…
Reference in New Issue
Block a user