update readme comment out vpn
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user