Development

This commit is contained in:
Matthew Grotke 2026-05-24 00:22:11 -04:00
parent 275ccd0bac
commit 1c8fbc60c0
2 changed files with 6 additions and 2 deletions

View file

@ -599,6 +599,10 @@ def main():
print(" and that port 80 and 443 are forwarded to this machine.")
print()
print("Done.")
print()
print(" Next step: use the web dashboard to configure your network, or")
print(f" configure {SCRIPT_DIR}/core.json manually and then run:")
print(f" sudo python3 {SCRIPT_DIR}/core.py --apply")
if __name__ == "__main__":