update readme comment out vpn

This commit is contained in:
2025-11-25 11:29:14 +01:00
parent 108beaf9f7
commit 5d78c5f940
2 changed files with 22 additions and 6 deletions

View File

@@ -389,7 +389,15 @@ def main():
# Normalize steps
steps = args.steps
if "all" in steps:
steps = ["pull", "hostname", "mac", "wg", "update_app", "start_app", "finish"]
steps = [
"pull",
"hostname",
"mac",
#"wg", # TODO: after wiregurd setup a device was only reachable via vpn not in local network - fix this
"update_app",
"start_app",
"finish"
]
# Validate required args per step
name = args.name